Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version string
)
Functions ¶
Types ¶
type Config ¶
type Config struct { NICConfig nic.Config `yaml:"nic"` ProxyConfig rootless.ProxyConfig `yaml:"proxy"` DiscoConfig udp.DiscoConfig `yaml:"disco"` QueryPeers bool UDPPort int `yaml:"udp_port"` PrivateKey string `yaml:"private_key"` SecretFile string `yaml:"secret_file"` Server string `yaml:"server"` AuthQR bool `yaml:"auth_qr"` P2pTransportMode p2p.TransportMode `yaml:"transport_mode"` Forwards []string `yaml:"forwards"` Labels []string `yaml:"labels"` }
Click to show internal directories.
Click to hide internal directories.