mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 07:05:28 +08:00
* model changes * additional fields for extclient create * add DNS to extclient config * extclient name checks * update extclient * nmctl extclient * final tweaks * review comments * add extclientdns to node on ingress creation * fix to add ingress dns to api (#2296) --------- Co-authored-by: Aceix <aceixsmartX@gmail.com>
16 lines
415 B
Go
16 lines
415 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
|
|
defaultMTU int
|
|
)
|