aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_http_peer1.conf
diff options
context:
space:
mode:
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