flags.go 549 B

1234567891011121314151617181920
  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. defaultInterface string
  11. defaultListenPort int
  12. nodeLimit int
  13. defaultPostUp string
  14. defaultPostDown string
  15. defaultKeepalive int
  16. allowManualSignUp bool
  17. defaultExtClientDNS string
  18. defaultMTU int
  19. )