Maint: Remove CYBERGHOST_GROUP (change)
- It does not make any sense with newer server data - It was to be deprecated anyway
This commit is contained in:
@@ -6,8 +6,9 @@ import (
|
||||
|
||||
type CyberghostServer struct {
|
||||
Country string `json:"country"`
|
||||
Group string `json:"group"`
|
||||
Hostname string `json:"hostname"`
|
||||
TCP bool `json:"tcp"`
|
||||
UDP bool `json:"udp"`
|
||||
IPs []net.IP `json:"ips"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user