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"`
UDPPort int `yaml:"udp_port"`
PrivateKey string `yaml:"private_key"`
Secret string `yaml:"secret"`
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"`
QueryPeers bool
QueryNodeInfo bool
}
Click to show internal directories.
Click to hide internal directories.