Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
ProjectId string
UserId string
VpnNetwork net.IPNet
GrpcApiAddress string
GrpcVpnAddress string
GrpcTargetVpnAddress string
CaCertificateUrl string
Token string
PreferredPortMin uint32
PreferredPortMax uint32
ServerIp net.IP
DnsIp net.IP
ClientIp net.IP
Mtu uint32
DnsManagement LocalDnsManagement
InterfaceName string
Expiry time.Time
}
type LocalDnsManagement ¶
type LocalDnsManagement string
const ( LocalDnsManagementSystemdResolve LocalDnsManagement = "SYSTEMD_RESOLVE" LocalDnsManagementResolveConf LocalDnsManagement = "RESOLVCONF" LocalDnsManagementFile LocalDnsManagement = "FILE" LocalDnsManagementNetworkSetup LocalDnsManagement = "NETWORKSETUP" LocalDnsManagementUnknown LocalDnsManagement = "UNKNOWN" LocalDnsManagementWindows LocalDnsManagement = "WINDOWS" )
Click to show internal directories.
Click to hide internal directories.