aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_udp_nat_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_udp_nat_peer2.conf')
-rw-r--r--src/transport/test_transport_api_udp_nat_peer2.conf130
1 files changed, 21 insertions, 109 deletions
diff --git a/src/transport/test_transport_api_udp_nat_peer2.conf b/src/transport/test_transport_api_udp_nat_peer2.conf
index a5ef89ae5..2eb82f4bf 100644
--- a/src/transport/test_transport_api_udp_nat_peer2.conf
+++ b/src/transport/test_transport_api_udp_nat_peer2.conf
@@ -1,123 +1,35 @@
1[transport-udp] 1@INLINE@ test_transport_defaults.conf
2PORT = 12070 2[PATHS]
3USE_LOCALADDR = YES 3SERVICEHOME = /tmp/test-transport/api-udp-nat-p2/
4DEFAULTCONFIG = test_transport_api_udp_nat_peer2.conf
4 5
5[nat] 6[nat]
6BINDTO = 127.0.0.1
7BEHIND_NAT = NO
8ALLOW_NAT = YES 7ALLOW_NAT = YES
9EXTERNAL_ADDRESS = 127.0.0.1
10INTERNAL_ADDRESS = 127.0.0.1
11
12[hostlist]
13HTTP-PROXY =
14SERVERS = http://gnunet.org:8080/
15OPTIONS = -b
16BINARY = gnunet-daemon-hostlist
17CONFIG = $DEFAULTCONFIG
18HOME = $SERVICEHOME
19HOSTNAME = localhost
20HTTPPORT = 8080
21
22[topology]
23BINARY = gnunet-daemon-topology
24CONFIG = $DEFAULTCONFIG
25FRIENDS = $SERVICEHOME/friends
26TARGET-CONNECTION-COUNT = 16
27AUTOCONNECT = YES
28FRIENDS-ONLY = NO
29MINIMUM-FRIENDS = 0
30
31[core]
32AUTOSTART = NO
33
34[transport]
35PLUGINS = udp
36DEBUG = NO
37PREFIX =
38ACCEPT_FROM6 = ::1;
39ACCEPT_FROM = 127.0.0.1;
40NEIGHBOUR_LIMIT = 50
41BINARY = gnunet-service-transport
42CONFIG = $DEFAULTCONFIG
43HOME = $SERVICEHOME
44HOSTNAME = localhost
45PORT = 12071
46UNIXPATH = /tmp/gnunet-p2-service-transport.sock
47#PREFIX = xterm -e xterm -T transport -e gdb --args
48#PREFIX = valgrind --track-origins=yes --leak-check=full --log-file=valgrind_udp_peer2.log
49 8
50[peerinfo] 9[transport-udp]
51TRUST = $SERVICEHOME/data/credit/ 10PORT = 12070
52HOSTS = $SERVICEHOME/data/hosts/
53ACCEPT_FROM6 = ::1;
54ACCEPT_FROM = 127.0.0.1;
55BINARY = gnunet-service-peerinfo
56CONFIG = $DEFAULTCONFIG
57HOME = $SERVICEHOME
58HOSTNAME = localhost
59PORT = 12072
60UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
61
62[resolver]
63ACCEPT_FROM6 = ::1;
64ACCEPT_FROM = 127.0.0.1;
65BINARY = gnunet-service-resolver
66CONFIG = $DEFAULTCONFIG
67HOME = $SERVICEHOME
68HOSTNAME = localhost
69PORT = 12073
70UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
71
72[statistics]
73ACCEPT_FROM6 = ::1;
74ACCEPT_FROM = 127.0.0.1;
75BINARY = gnunet-service-statistics
76CONFIG = $DEFAULTCONFIG
77HOME = $SERVICEHOME
78HOSTNAME = localhost
79PORT = 12074
80UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
81 11
82[arm] 12[arm]
83DEFAULTSERVICES = transport
84ACCEPT_FROM6 = ::1;
85ACCEPT_FROM = 127.0.0.1;
86BINARY = gnunet-service-arm
87CONFIG = $DEFAULTCONFIG
88HOME = $SERVICEHOME
89HOSTNAME = localhost
90PORT = 12075 13PORT = 12075
14DEFAULTSERVICES = transport
91UNIXPATH = /tmp/gnunet-p2-service-arm.sock 15UNIXPATH = /tmp/gnunet-p2-service-arm.sock
92 16
93[TESTING] 17[statistics]
94WEAKRANDOM = YES 18PORT = 12074
95 19UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
96[gnunetd]
97HOSTKEY = $SERVICEHOME/.hostkey
98
99[PATHS]
100DEFAULTCONFIG = test_transport_api_udp_nat_peer2.conf
101SERVICEHOME = /tmp/test-transport/api-udp-nat-p2/
102
103[fs]
104AUTOSTART = NO
105
106[datastore]
107AUTOSTART = NO
108
109[dht]
110AUTOSTART = NO
111
112[mesh]
113AUTOSTART = NO
114
115[dns]
116AUTOSTART = NO
117 20
21[resolver]
22PORT = 12073
23UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
118 24
25[peerinfo]
26PORT = 12072
27UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
119 28
120[nse] 29[transport]
121AUTOSTART = NO 30PORT = 12071
31PLUGINS = udp
32UNIXPATH = /tmp/gnunet-p2-service-transport.sock
33DEBUG = NO
122 34
123 35