aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
commitb8fc68d6cb81adb3803186359b3a30b1a4bb7b5a (patch)
treebe6defbdf18e3af9bdcc979cf27b253fe0b4d5f9 /src/nat/test_nat_data.conf
parent3871fc32bbd05da817d94f4188023a4edebc367a (diff)
downloadgnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.tar.gz
gnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.zip
moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565 indirectly
Diffstat (limited to 'src/nat/test_nat_data.conf')
-rw-r--r--src/nat/test_nat_data.conf105
1 files changed, 4 insertions, 101 deletions
diff --git a/src/nat/test_nat_data.conf b/src/nat/test_nat_data.conf
index 42c1399cf..d23a49162 100644
--- a/src/nat/test_nat_data.conf
+++ b/src/nat/test_nat_data.conf
@@ -4,15 +4,6 @@ GNUNET_TEST_HOME = /tmp/nat-test
4# configuration file is assumed to be the default, 4# configuration file is assumed to be the default,
5# which is what we want by default... 5# which is what we want by default...
6 6
7[gnunetd]
8HOSTKEY = $GNUNET_TEST_HOME/.hostkey
9
10[TESTING]
11WEAKRANDOM = NO
12
13[client]
14
15
16[nat] 7[nat]
17# Are we behind NAT? 8# Are we behind NAT?
18BEHIND_NAT = YES 9BEHIND_NAT = YES
@@ -27,9 +18,9 @@ ENABLE_UPNP = YES
27USE_LOCALADDR = YES 18USE_LOCALADDR = YES
28 19
29# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) 20# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
30# normal interface IP address for non-NATed peers; 21# normal interface IP address for non-NATed peers;
31# possibly auto-detected (using UPnP) if possible if not specified 22# possibly auto-detected (using UPnP) if possible if not specified
32# EXTERNAL_ADDRESS = 23# EXTERNAL_ADDRESS =
33 24
34# Should we use ICMP-based NAT traversal to try connect to NATed peers 25# Should we use ICMP-based NAT traversal to try connect to NATed peers
35# or, if we are behind NAT, to allow connections to us? 26# or, if we are behind NAT, to allow connections to us?
@@ -37,98 +28,10 @@ ENABLE_ICMP_CLIENT = NO
37ENABLE_ICMP_SERVER = NO 28ENABLE_ICMP_SERVER = NO
38 29
39# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY; 30# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
40# normal interface IP address for non-NATed peers; 31# normal interface IP address for non-NATed peers;
41# likely auto-detected (via interface list) if not specified (!) 32# likely auto-detected (via interface list) if not specified (!)
42# INTERNAL_ADDRESS = 33# INTERNAL_ADDRESS =
43 34
44# Disable IPv6 support 35# Disable IPv6 support
45DISABLEV6 = NO 36DISABLEV6 = NO
46 37
47[arm]
48PORT = 2087
49HOSTNAME = localhost
50BINARY = gnunet-service-arm
51ACCEPT_FROM = 127.0.0.1;
52ACCEPT_FROM6 = ::1;
53DEFAULTSERVICES = topology hostlist
54UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-arm.sock
55UNIX_MATCH_UID = YES
56UNIX_MATCH_GID = YES
57# GLOBAL_POSTFIX = -l $GNUNET_TEST_HOME/{}-logs
58# GLOBAL_PREFIX =
59# USERNAME =
60# MAXBUF =
61# TIMEOUT =
62# DISABLEV6 =
63# BINDTO =
64# REJECT_FROM =
65# REJECT_FROM6 =
66# PREFIX =
67
68[statistics]
69AUTOSTART = YES
70PORT = 2088
71HOSTNAME = localhost
72BINARY = gnunet-service-statistics
73ACCEPT_FROM = 127.0.0.1;
74ACCEPT_FROM6 = ::1;
75UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics.sock
76UNIX_MATCH_UID = NO
77UNIX_MATCH_GID = YES
78# DISABLE_SOCKET_FORWARDING = NO
79# USERNAME =
80# MAXBUF =
81# TIMEOUT =
82# DISABLEV6 =
83# BINDTO =
84# REJECT_FROM =
85# REJECT_FROM6 =
86# PREFIX =
87
88[resolver]
89AUTOSTART = YES
90PORT = 2089
91HOSTNAME = localhost
92BINARY = gnunet-service-resolver
93ACCEPT_FROM = 127.0.0.1;
94ACCEPT_FROM6 = ::1;
95UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver.sock
96UNIX_MATCH_UID = NO
97UNIX_MATCH_GID = NO
98# DISABLE_SOCKET_FORWARDING = NO
99# USERNAME =
100# MAXBUF =
101# TIMEOUT =
102# DISABLEV6 =
103# BINDTO =
104# REJECT_FROM =
105# REJECT_FROM6 =
106# PREFIX =
107
108[peerinfo]
109AUTOSTART = NO
110
111[transport]
112AUTOSTART = NO
113
114[core]
115AUTOSTART = NO
116
117[datastore]
118AUTOSTART = NO
119
120[fs]
121AUTOSTART = NO
122
123[dht]
124AUTOSTART = NO
125
126[cadet]
127AUTOSTART = NO
128
129[nse]
130AUTOSTART = NO
131
132
133[consensus]
134AUTOSTART = NO