flags.go 481 B

123456789101112131415161718
  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. defaultKeepalive int
  14. allowManualSignUp bool
  15. defaultExtClientDNS string
  16. defaultMTU int
  17. )