mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-07 01:36:23 +08:00
22 lines
581 B
Go
22 lines
581 B
Go
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
|
|
)
|