mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-09 14:46:36 +08:00
17 lines
449 B
Go
17 lines
449 B
Go
package network
|
|
|
|
var (
|
|
networkDefinitionFilePath string
|
|
netID string
|
|
address string
|
|
address6 string
|
|
udpHolePunch bool
|
|
defaultACL bool
|
|
defaultInterface string
|
|
defaultListenPort int
|
|
nodeLimit int
|
|
defaultKeepalive int
|
|
allowManualSignUp bool
|
|
defaultExtClientDNS string
|
|
defaultMTU int
|
|
)
|