Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeConfig ¶
type NodeConfig struct { *yggcfg.NodeConfig TunnelRoutingConfig `json:"TunnelRouting"` }
type TunnelRoutingConfig ¶
type TunnelRoutingConfig struct { Enable bool `comment:"Enable or disable tunnel routing."` InstallRoutes bool `comment:"Install system routing table entries automatically (Linux only)."` YggdrasilRouting bool `comment:"Enable or disable routing of Yggdrasil IPv6 addresses/subnets."` RemoteSubnets map[string][]string `` /* 138-byte string literal not displayed */ IPv6RemoteSubnets map[string]string `` /* 144-byte string literal not displayed */ IPv4RemoteSubnets map[string]string `` /* 135-byte string literal not displayed */ }
TunnelRoutingConfig contains the crypto-key routing tables for tunneling regular IPv4 or IPv6 subnets across the Yggdrasil network.
Click to show internal directories.
Click to hide internal directories.