diff options
Diffstat (limited to 'src/dht/test_dht_twopeer_data.conf')
-rw-r--r-- | src/dht/test_dht_twopeer_data.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf index ba1e22b..2889a41 100644 --- a/src/dht/test_dht_twopeer_data.conf +++ b/src/dht/test_dht_twopeer_data.conf @@ -9,7 +9,7 @@ AUTOSTART = YES DEBUG = NO AUTOSTART = YES #PREFIX = xterm -T dht -e gdb --args -PORT = 2100 +PORT = 12100 BINARY = gnunet-service-dht [block] @@ -34,7 +34,7 @@ HOSTNAME = localhost PORT = 12092 [arm] -DEFAULTSERVICES = core +DEFAULTSERVICES = core dht PORT = 12366 DEBUG = NO @@ -58,7 +58,7 @@ BEHIND_NAT = NO ALLOW_NAT = NO INTERNAL_ADDRESS = 127.0.0.1 EXTERNAL_ADDRESS = 127.0.0.1 -USE_LOCALADDR = NO +USE_LOCALADDR = YES [dns] AUTOSTART = NO @@ -72,3 +72,5 @@ AUTOSTART = NO [fs] AUTOSTART = NO +[namestore] +AUTOSTART = NO |