flags.go 581 B

123456789101112131415161718192021
  1. package network
  2. var (
  3. networkDefinitionFilePath string
  4. netID string
  5. address string
  6. address6 string
  7. udpHolePunch bool
  8. localNetwork bool
  9. defaultACL bool
  10. pointToSite bool
  11. defaultInterface string
  12. defaultListenPort int
  13. nodeLimit int
  14. defaultPostUp string
  15. defaultPostDown string
  16. defaultKeepalive int
  17. allowManualSignUp bool
  18. defaultExtClientDNS string
  19. defaultMTU int
  20. )