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."` IPv6RemoteSubnets map[string]string `` /* 135-byte string literal not displayed */ IPv4RemoteSubnets map[string]string `` /* 126-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.