test_consensus.conf 805 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. [consensus]
  2. AUTOSTART = YES
  3. PORT = 2110
  4. HOSTNAME = localhost
  5. BINARY = gnunet-service-consensus
  6. #PREFIX = gdbserver :12345
  7. #PREFIX = valgrind
  8. ACCEPT_FROM = 127.0.0.1;
  9. ACCEPT_FROM6 = ::1;
  10. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-consensus.sock
  11. UNIX_MATCH_UID = YES
  12. UNIX_MATCH_GID = YES
  13. OPTIONS = -L INFO
  14. [transport]
  15. OPTIONS = -LERROR
  16. [arm]
  17. DEFAULTSERVICES = core consensus set
  18. [set]
  19. OPTIONS = -L INFO
  20. #PREFIX = valgrind --leak-check=full
  21. #PREFIX = valgrind
  22. [testbed]
  23. OVERLAY_TOPOLOGY = CLIQUE
  24. [hostlist]
  25. SERVERS =
  26. [nat]
  27. # Use addresses from the local network interfaces (inluding loopback, but also others)
  28. USE_LOCALADDR = YES
  29. # Disable IPv6 support
  30. DISABLEV6 = NO
  31. # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
  32. RETURN_LOCAL_ADDRESSES = YES
  33. [nse]
  34. AUTOSTART = NO