aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_https_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_https_peer2.conf')
-rw-r--r--src/transport/test_transport_api_https_peer2.conf130
1 files changed, 130 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_https_peer2.conf b/src/transport/test_transport_api_https_peer2.conf
new file mode 100644
index 000000000..ee7b75470
--- /dev/null
+++ b/src/transport/test_transport_api_https_peer2.conf
@@ -0,0 +1,130 @@
1[transport-http]
2PORT = 22368
3DEBUG = NO
4USE_IPv6 = YES
5USE_IPv4 = YES
6#BINDTO4 = 127.0.0.1
7#BINDTO6 = ::1
8
9[transport-https]
10PORT = 42388
11DEBUG = NO
12USE_IPv6 = YES
13USE_IPv4 = YES
14#BINDTO4 = 127.0.0.1
15#BINDTO6 = ::1
16KEY_FILE = https_key_p2.key
17CERT_FILE = https_cert_p2.crt
18
19[fs]
20AUTOSTART = NO
21
22[datastore]
23AUTOSTART = NO
24
25[core]
26AUTOSTART = NO
27
28[hostlist]
29HTTP-PROXY =
30SERVERS = http://gnunet.org:8080/
31OPTIONS = -b
32BINARY = gnunet-daemon-hostlist
33CONFIG = $DEFAULTCONFIG
34HOME = $SERVICEHOME
35HOSTNAME = localhost
36HTTPPORT = 8080
37
38[topology]
39BINARY = gnunet-daemon-topology
40CONFIG = $DEFAULTCONFIG
41FRIENDS = $SERVICEHOME/friends
42TARGET-CONNECTION-COUNT = 16
43AUTOCONNECT = YES
44FRIENDS-ONLY = NO
45MINIMUM-FRIENDS = 0
46
47[transport]
48PLUGINS = https
49#PLUGINS = tcp http
50DEBUG = YES
51ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1;
53NEIGHBOUR_LIMIT = 50
54BINARY = gnunet-service-transport
55CONFIG = $DEFAULTCONFIG
56HOME = $SERVICEHOME
57HOSTNAME = localhost
58PORT = 22365
59UNIXPATH = /tmp/gnunet-p2-service-transport.sock
60#PREFIX = xterm -T transport1 -e gdb --command=cmd --args
61#PREFIX = valgrind --leak-check=full
62#PREFIX = valgrind --tool=massif
63
64[peerinfo]
65TRUST = $SERVICEHOME/data/credit/
66HOSTS = $SERVICEHOME/data/hosts/
67ACCEPT_FROM6 = ::1;
68ACCEPT_FROM = 127.0.0.1;
69BINARY = gnunet-service-peerinfo
70CONFIG = $DEFAULTCONFIG
71HOME = $SERVICEHOME
72HOSTNAME = localhost
73PORT = 22369
74UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
75
76[resolver]
77ACCEPT_FROM6 = ::1;
78ACCEPT_FROM = 127.0.0.1;
79BINARY = gnunet-service-resolver
80CONFIG = $DEFAULTCONFIG
81HOME = $SERVICEHOME
82HOSTNAME = localhost
83PORT = 22364
84UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
85
86[statistics]
87ACCEPT_FROM6 = ::1;
88ACCEPT_FROM = 127.0.0.1;
89BINARY = gnunet-service-statistics
90CONFIG = $DEFAULTCONFIG
91HOME = $SERVICEHOME
92HOSTNAME = localhost
93PORT = 22367
94UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
95
96
97[arm]
98DEFAULTSERVICES =
99ACCEPT_FROM6 = ::1;
100ACCEPT_FROM = 127.0.0.1;
101BINARY = gnunet-service-arm
102CONFIG = $DEFAULTCONFIG
103HOME = $SERVICEHOME
104HOSTNAME = localhost
105PORT = 22366
106UNIXPATH = /tmp/gnunet-p2-service-arm.sock
107
108
109[transport-http]
110PORT = 22389
111DEBUG = NO
112
113[transport-tcp]
114PORT = 22399
115DEBUG = YES
116
117[TESTING]
118WEAKRANDOM = YES
119
120[gnunetd]
121HOSTKEY = $SERVICEHOME/.hostkey
122
123[PATHS]
124SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/
125
126
127[dht]
128AUTOSTART = NO
129
130