Files
netmaker/cli/cmd/network/flags.go
Matthew R Kasun 77cfae41ff remove postup/down
2023-02-02 11:16:54 -05:00

19 lines
481 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
defaultKeepalive int
allowManualSignUp bool
defaultExtClientDNS string
defaultMTU int
)