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