aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/test_consensus.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-07-24 10:48:53 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-07-24 10:48:53 +0000
commite36ab4fe73d3eb9b0386e6fb381b34a369878b60 (patch)
tree2f3016eee812fb347b5992db9598ec1ff47aafe7 /src/consensus/test_consensus.conf
parent8fc1908cf91e4c992e9ad9c85f1fa7eda5f7c8e8 (diff)
downloadgnunet-e36ab4fe73d3eb9b0386e6fb381b34a369878b60.tar.gz
gnunet-e36ab4fe73d3eb9b0386e6fb381b34a369878b60.zip
-consensus fixes
Diffstat (limited to 'src/consensus/test_consensus.conf')
-rw-r--r--src/consensus/test_consensus.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf
index 37facf84e..d0190f8ba 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -28,3 +28,18 @@ PREFIX = valgrind
28 28
29[testbed] 29[testbed]
30OVERLAY_TOPOLOGY = CLIQUE 30OVERLAY_TOPOLOGY = CLIQUE
31
32[hostlist]
33SERVERS =
34
35
36[nat]
37# Use addresses from the local network interfaces (inluding loopback, but also others)
38USE_LOCALADDR = YES
39
40# Disable IPv6 support
41DISABLEV6 = NO
42
43# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
44RETURN_LOCAL_ADDRESSES = YES
45