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