nonetconf.conf.in 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Copyright (C) 2020 Maxime Devos
  2. # SPDX-License-Identifier: FSFAP
  3. # Copying and distribution of this file, with or without modification,
  4. # are permitted in any medium without royalty provided the copyright
  5. # notice and this notice are preserved. This file is offered as-is,
  6. # without any warranty.
  7. [PATHS]
  8. GNUNET_TEST_HOME = $GNUNET_TMP/test_rehash
  9. [rehash]
  10. IMMEDIATE_START = YES
  11. START_ON_DEMAND = YES
  12. BINARY = @rehash_binary@
  13. UNIXPATH = $GNUNET_RUNTIME_DIR/rehash-service.sock
  14. [dht]
  15. IMMEDIATE_START = YES
  16. START_ON_DEMAND = YES
  17. [arm]
  18. DEFAULTSERVICES = rehash dht datastore
  19. # don't try supporting connecting to external peers
  20. [nat]
  21. DISABLEV6 = YES
  22. BINDTO = 127.0.0.1
  23. ENABLE_UPNP = NO
  24. BEHIND_NAT = NO
  25. ALLOW_NAT = NO
  26. INTERNAL_ADDRESS = 127.0.0.1
  27. EXTERNAL_ADDRESS = 127.0.0.1
  28. START_ON_DEMAND = NO
  29. IMMEDIATE_START = NO
  30. [ats]
  31. WAN_QUOTA_IN = 1 GB
  32. WAN_QUOTA_OUT = 1 GB
  33. [transport]
  34. PLUGINS = unix
  35. [hostlist]
  36. IMMEDIATE_START = NO
  37. START_ON_DEMAND = NO
  38. BINARY = /bin/false
  39. [vpn]
  40. IMMEDIATE_START = NO
  41. START_ON_DEMAND = NO
  42. BINARY = /bin/false