aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_http_peer1.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-16 15:31:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-16 15:31:37 +0000
commit3519fc71001af482dcfeb34209d6c42cd126dbec (patch)
tree4c4d7b257d992f442198f04df4e8883c22d4171e /src/transport/test_transport_api_http_peer1.conf
parentf47e58bcd37ebd0c9382e0893d2045abd2c23b7a (diff)
downloadgnunet-3519fc71001af482dcfeb34209d6c42cd126dbec.tar.gz
gnunet-3519fc71001af482dcfeb34209d6c42cd126dbec.zip
Diffstat (limited to 'src/transport/test_transport_api_http_peer1.conf')
-rw-r--r--src/transport/test_transport_api_http_peer1.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_http_peer1.conf b/src/transport/test_transport_api_http_peer1.conf
index b7e8fb536..18513d8fc 100644
--- a/src/transport/test_transport_api_http_peer1.conf
+++ b/src/transport/test_transport_api_http_peer1.conf
@@ -1,8 +1,9 @@
1[transport-http] 1[transport-http]
2PORT = 12389 2PORT = 12389
3DEBUG = NO 3DEBUG = NO
4USE_IPv6 = NO 4USE_IPv6 = YES
5BINDTO4 = 127.0.0.1 5USE_IPv4 = YES
6#BINDTO4 = 127.0.0.1
6#BINDTO6 = ::1 7#BINDTO6 = ::1
7 8
8 9
@@ -37,7 +38,7 @@ MINIMUM-FRIENDS = 0
37[transport] 38[transport]
38PLUGINS = http 39PLUGINS = http
39#PLUGINS = tcp http 40#PLUGINS = tcp http
40DEBUG = NO 41DEBUG = YES
41ACCEPT_FROM6 = ::1; 42ACCEPT_FROM6 = ::1;
42ACCEPT_FROM = 127.0.0.1; 43ACCEPT_FROM = 127.0.0.1;
43NEIGHBOUR_LIMIT = 50 44NEIGHBOUR_LIMIT = 50
@@ -106,6 +107,5 @@ WEAKRANDOM = YES
106HOSTKEY = $SERVICEHOME/.hostkey 107HOSTKEY = $SERVICEHOME/.hostkey
107 108
108[PATHS] 109[PATHS]
109DEFAULTCONFIG = test_transport_api_http_peer1.conf
110SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/ 110SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
111 111