mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 21:05:54 +08:00
20 lines
549 B
Go
20 lines
549 B
Go
package network
|
|
|
|
var (
|
|
networkDefinitionFilePath string
|
|
netID string
|
|
address string
|
|
address6 string
|
|
udpHolePunch bool
|
|
localNetwork bool
|
|
defaultACL bool
|
|
defaultInterface string
|
|
defaultListenPort int
|
|
nodeLimit int
|
|
defaultPostUp string
|
|
defaultPostDown string
|
|
defaultKeepalive int
|
|
allowManualSignUp bool
|
|
defaultExtClientDNS string
|
|
defaultMTU int
|
|
)
|