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