mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
4f502abcf8
* Host finder CLI for cyberghost * Resolver program updated with Cyberghost data * Gluetun cli clientkey subcommand
10 lines
129 B
Go
10 lines
129 B
Go
package models
|
|
|
|
import "net"
|
|
|
|
type CyberghostServer struct {
|
|
Region CyberghostRegion
|
|
Group CyberghostGroup
|
|
IPs []net.IP
|
|
}
|