aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_data_http.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_plugin_transport_data_http.conf')
-rw-r--r--src/transport/test_plugin_transport_data_http.conf58
1 files changed, 9 insertions, 49 deletions
diff --git a/src/transport/test_plugin_transport_data_http.conf b/src/transport/test_plugin_transport_data_http.conf
index 68b526cc8..e3982a1f5 100644
--- a/src/transport/test_plugin_transport_data_http.conf
+++ b/src/transport/test_plugin_transport_data_http.conf
@@ -1,68 +1,28 @@
1@INLINE@ test_transport_defaults.conf
1[PATHS] 2[PATHS]
2DEFAULTCONFIG = test_plugin_transport_data_http.conf
3SERVICEHOME = /tmp/test-transport/plugin_http/ 3SERVICEHOME = /tmp/test-transport/plugin_http/
4DEFAULTCONFIG = test_plugin_transport_data_http.conf
4 5
5[TESTING] 6[transport-tcp]
6WEAKRANDOM = YES 7TIMEOUT = 5000
7 8
8[transport-http] 9[transport-http]
9PORT = 12320 10PORT = 12320
10DEBUG = YES 11DEBUG = YES
11#USE_IPv4 = NO
12#USE_IPv6 = NO
13USE_IPv6 = YES 12USE_IPv6 = YES
14#BINDTO4 = 127.0.0.1
15#BINDTO6 = ::1
16#USE_LOCALADDR = YES
17
18 13
19[transport-https] 14[transport-https]
20PORT = 12321 15PORT = 12321
21DEBUG = YES 16CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
22#USE_IPv4 = NO
23#USE_IPv6 = NO
24USE_IPv6 = YES
25#BINDTO4 = 127.0.0.1
26#BINDTO6 = ::1
27KEY_FILE = https_key.key 17KEY_FILE = https_key.key
28CERT_FILE = https_cert.crt 18CERT_FILE = https_cert.crt
29CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL 19DEBUG = YES
30#CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL 20USE_IPv6 = YES
31#CRYPTO_INIT = PERFORMANCE
32#USE_LOCALADDR = YES
33
34[transport]
35PREFIX = valgrind --leak-check=full
36#DEBUG = YES
37
38[statistics]
39ACCEPT_FROM6 = ::1;
40ACCEPT_FROM = 127.0.0.1;
41BINARY = gnunet-service-statistics
42CONFIG = $DEFAULTCONFIG
43HOME = $SERVICEHOME
44HOSTNAME = localhost
45PORT = 12322
46 21
47[arm] 22[arm]
48DEFAULTSERVICES = topology hostlist
49ACCEPT_FROM6 = ::1;
50ACCEPT_FROM = 127.0.0.1;
51BINARY = gnunet-service-arm
52CONFIG = $DEFAULTCONFIG
53HOME = $SERVICEHOME
54HOSTNAME = localhost
55PORT = 12323 23PORT = 12323
56 24
57[dht] 25[statistics]
58AUTOSTART = NO 26PORT = 12322
59
60[mesh]
61AUTOSTART = NO
62
63[dns]
64AUTOSTART = NO
65[nse]
66AUTOSTART = NO
67 27
68 28