123456789101112131415161718192021 |
- 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
- defaultExtClientDNS string
- defaultMTU int
- )
|