Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TailscaleOutput ¶
type TailscaleOutput struct {
TailscaleIPs []string `json:"TailscaleIPs"`
}
type VPNInfo ¶
type VPNInfo struct { IPv4Address net.IP IPv6Address net.IP NodeID string ProviderName string VPNInterface string }
VPNInfo includes node information of the VPN. It is a general struct in case we want to add more vpn integrations
func GetVPNInfo ¶
GetVPNInfo returns a VPNInfo object with details about the VPN. General function in case we want to add more vpn integrations
Click to show internal directories.
Click to hide internal directories.