Files
gluetun/internal/models/surfshark.go

9 lines
103 B
Go
Raw Normal View History

2020-05-29 07:24:27 -04:00
package models
import "net"
type SurfsharkServer struct {
Region SurfsharkRegion
IPs []net.IP
}