Listenstring`comment:"Listen address for peer connections (default is to listen for all\nconnections over IPv4 and IPv6)"`
AdminListenstring`comment:"Listen address for admin connections (default is to listen only\nfor local connections)"`
Peers[]string`comment:"List of connection strings for static peers (i.e. tcp://a.b.c.d:e)"`
AllowedEncryptionPublicKeys[]string`comment:"List of peer encryption public keys to allow UDP incoming TCP connections from\n(if left empty/undefined then connections will be allowed by default)"`
EncryptionPublicKeystring`comment:"Your public encryption key (your peers may ask you for this to put\ninto their AllowedEncryptionPublicKeys configuration)"`
EncryptionPrivateKeystring`comment:"Your private encryption key (do not share this with anyone!)"`
SigningPublicKeystring`comment:"Your public signing key"`
SigningPrivateKeystring`comment:"Your private signing key (do not share this with anyone!)"`
MulticastInterfaces[]string`comment:"Regexes for which interfaces multicast peer discovery should be enabled\non. If none specified, multicast peer discovery is disabled"`
IfNamestring`comment:"Local network interface name for TUN/TAP adapter, or \"auto\", or \"none\""`
IfTAPModebool`comment:"Set local network interface to TAP mode rather than TUN mode (if supported\nby your platform, option will be ignored if not)"`
IfMTUint`comment:"Maximux Transmission Unit (MTU) size for your local network interface"`
NetNetConfig`comment:"Extended options for interoperability with other networks"`