Vyprvpn support, fix #181 (#193)

This commit is contained in:
Quentin McGaw
2020-07-13 08:04:35 -04:00
committed by GitHub
parent 4a7d341c57
commit 618441b008
13 changed files with 404 additions and 20 deletions

View File

@@ -31,3 +31,8 @@ type CyberghostServer struct {
Group string
IPs []net.IP
}
type VyprvpnServer struct {
Region string
IPs []net.IP
}