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