Cyberghost support (#168)

* Host finder CLI for cyberghost
* Resolver program updated with Cyberghost data
* Gluetun cli clientkey subcommand
This commit is contained in:
Quentin McGaw
2020-06-13 10:43:47 -04:00
committed by GitHub
parent bdcadf09ec
commit 4f502abcf8
19 changed files with 1124 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
package models
import "net"
type CyberghostServer struct {
Region CyberghostRegion
Group CyberghostGroup
IPs []net.IP
}