Surfshark (#167)

This commit is contained in:
Quentin McGaw
2020-05-29 07:24:27 -04:00
committed by GitHub
parent 85a93bdd34
commit 96e57d2c32
17 changed files with 436 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
package models
import "net"
type SurfsharkServer struct {
Region SurfsharkRegion
IPs []net.IP
}