disable vpn autostart
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
1 [PATHS]
2 DEFAULTCONFIG = test_plugin_transport_data_http.conf
3 SERVICEHOME = /tmp/test_plugin_transport_http/
4
5 [TESTING]
6 WEAKRANDOM = YES
7
8 [transport-http]
9 PORT = 12389
10 DEBUG = YES
11 #USE_IPv4 = NO
12 #USE_IPv6 = NO
13 USE_IPv6 = YES
14 #BINDTO4 = 127.0.0.1
15 #BINDTO6 = ::1
16 #USE_LOCALADDR = YES
17
18
19 [transport-https]
20 PORT = 12389
21 DEBUG = YES
22 #USE_IPv4 = NO
23 #USE_IPv6 = NO
24 USE_IPv6 = YES
25 #BINDTO4 = 127.0.0.1
26 #BINDTO6 = ::1
27 KEY_FILE = https_key.key
28 CERT_FILE = https_cert.crt
29 CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
30 #CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL
31 #CRYPTO_INIT = PERFORMANCE
32 #USE_LOCALADDR = YES
33
34 [transport]
35 PREFIX = valgrind --leak-check=full
36 #DEBUG = YES
37
38 [statistics]
39 ACCEPT_FROM6 = ::1;
40 ACCEPT_FROM = 127.0.0.1;
41 BINARY = gnunet-service-statistics
42 CONFIG = $DEFAULTCONFIG
43 HOME = $SERVICEHOME
44 HOSTNAME = localhost
45 PORT = 12367
46
47 [arm]
48 DEFAULTSERVICES = topology hostlist
49 ACCEPT_FROM6 = ::1;
50 ACCEPT_FROM = 127.0.0.1;
51 BINARY = gnunet-service-arm
52 CONFIG = $DEFAULTCONFIG
53 HOME = $SERVICEHOME
54 HOSTNAME = localhost
55 PORT = 12366
56
57 [dht]
58 AUTOSTART = NO
59
60 [mesh]
61 AUTOSTART = NO
62
63 [dns]
64 AUTOSTART = NO
65
66