flags.go 564 B

12345678910111213141516171819202122
  1. package node
  2. var (
  3. networkInterface string
  4. natEnabled bool
  5. failover bool
  6. networkName string
  7. nodeDefinitionFilePath string
  8. address string
  9. address6 string
  10. localAddress string
  11. name string
  12. postUp string
  13. postDown string
  14. keepAlive int
  15. relayAddrs string
  16. egressGatewayRanges string
  17. expirationDateTime int
  18. defaultACL bool
  19. dnsOn bool
  20. disconnect bool
  21. )