netmaker/cli/cmd/node/flags.go
Abhishek K 6c2582651c
Net-137: Node relays (#2401)
* revert relays

* initial relay commit

* get relayed allowed ips

* add more relay validation checks, peer logic cleanup

* rm relayed nodes from relay node when relayed node is deleted

* fix egress updates for relayed nodes

* rm unused func

* remove  debug logs

* avoid adding egress ranges on the relayed gw node

---------

Co-authored-by: Matthew R Kasun <mkasun@nusak.ca>
2023-06-19 12:26:14 -04:00

21 lines
533 B
Go

package node
var (
natEnabled bool
failover bool
networkName string
nodeDefinitionFilePath string
address string
address6 string
localAddress string
name string
postUp string
postDown string
keepAlive int
relayedNodes string
egressGatewayRanges string
expirationDateTime int
defaultACL bool
dnsOn bool
disconnect bool
)