test_set.conf 619 B

123456789101112131415161718192021222324252627282930313233
  1. @INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
  2. [PATHS]
  3. GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-set/
  4. [set]
  5. START_ON_DEMAND = YES
  6. #PREFIX = valgrind --leak-check=full
  7. #PREFIX = gdbserver :1234
  8. OPTIONS = -L INFO
  9. [transport]
  10. PLUGINS = unix
  11. OPTIONS = -LERROR
  12. [nat]
  13. RETURN_LOCAL_ADDRESSES = YES
  14. DISABLEV6 = YES
  15. USE_LOCALADDR = YES
  16. [peerinfo]
  17. NO_IO = YES
  18. [nat]
  19. # Use addresses from the local network interfaces (inluding loopback, but also others)
  20. USE_LOCALADDR = YES
  21. # Disable IPv6 support
  22. DISABLEV6 = NO
  23. # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
  24. RETURN_LOCAL_ADDRESSES = YES