mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 05:04:27 +08:00
8 lines
118 B
Go
8 lines
118 B
Go
package node
|
|
|
|
var (
|
|
networkInterface string
|
|
natEnabled bool
|
|
failover bool
|
|
networkName string
|
|
)
|