Surfshark (#167)
This commit is contained in:
@@ -19,6 +19,8 @@ type (
|
||||
MullvadProvider string
|
||||
// WindscribeCity is used as the region for a Windscribe server
|
||||
WindscribeRegion string
|
||||
// SurfsharkRegion is used as the region for a Surfshark server
|
||||
SurfsharkRegion string
|
||||
// URL is an HTTP(s) URL address
|
||||
URL string
|
||||
// Filepath is a local filesytem file path
|
||||
|
||||
8
internal/models/surfshark.go
Normal file
8
internal/models/surfshark.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
import "net"
|
||||
|
||||
type SurfsharkServer struct {
|
||||
Region SurfsharkRegion
|
||||
IPs []net.IP
|
||||
}
|
||||
Reference in New Issue
Block a user