diff options
Diffstat (limited to 'src/dht/test_dht_api_peer1.conf')
-rw-r--r-- | src/dht/test_dht_api_peer1.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf index d9db7c4..fd2ee80 100644 --- a/src/dht/test_dht_api_peer1.conf +++ b/src/dht/test_dht_api_peer1.conf @@ -5,7 +5,6 @@ AUTOSTART = NO AUTOSTART = NO [dht] -DEBUG = NO AUTOSTART = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; @@ -22,7 +21,6 @@ DATABASE = sqlite [transport] PLUGINS = tcp -DEBUG = NO ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 @@ -38,7 +36,6 @@ PORT = 12092 [arm] DEFAULTSERVICES = core PORT = 12366 -DEBUG = NO [transport-tcp] TIMEOUT = 300 s @@ -52,7 +49,6 @@ WEAKRANDOM = YES HOSTKEY = $SERVICEHOME/.hostkey [PATHS] -DEFAULTCONFIG = test_dht_api_peer1.conf SERVICEHOME = /tmp/test-gnunetd-dht-peer-1/ @@ -74,3 +70,7 @@ AUTOSTART = NO AUTOSTART = NO +[vpn] +AUTOSTART=NO + + |