diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-09-05 19:49:14 +0200 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-09-05 19:49:14 +0200 |
commit | ac165b5babe8a0fb77177aafc9990abefb053c0f (patch) | |
tree | 51c16de1f4ac5c45f8f48a7150df9f13b0824190 /src | |
parent | b87f7ec22fdf8a0e88d8ec31d009d11701599872 (diff) |
- add some dummy test_setu.conf
Diffstat (limited to 'src')
-rw-r--r-- | src/setu/test_setu.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/setu/test_setu.conf b/src/setu/test_setu.conf new file mode 100644 index 000000000..4eaf3f0c0 --- /dev/null +++ b/src/setu/test_setu.conf @@ -0,0 +1,32 @@ +@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf + +[PATHS] +GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-set/ + +[setu] +START_ON_DEMAND = YES +#PREFIX = valgrind --leak-check=full +#PREFIX = gdbserver :1234 +OPTIONS = -L INFO + +[transport] +PLUGINS = unix +OPTIONS = -LERROR + +[nat] +RETURN_LOCAL_ADDRESSES = YES +DISABLEV6 = YES +USE_LOCALADDR = YES + +[peerinfo] +NO_IO = YES + +[nat] +# Use addresses from the local network interfaces (inluding loopback, but also others) +USE_LOCALADDR = YES + +# Disable IPv6 support +DISABLEV6 = NO + +# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) +RETURN_LOCAL_ADDRESSES = YES |