12345678910111213141516171819202122 |
- package network
- var (
- networkDefinitionFilePath string
- netID string
- address string
- address6 string
- udpHolePunch bool
- localNetwork bool
- defaultACL bool
- pointToSite bool
- defaultInterface string
- defaultListenPort int
- nodeLimit int
- defaultPostUp string
- defaultPostDown string
- defaultKeepalive int
- allowManualSignUp bool
- localRange string
- defaultExtClientDNS string
- defaultMTU int
- )
|