aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-13 14:58:08 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-13 14:58:08 +0000
commit16d646a12f744c19e307c1c0139e3303a6263806 (patch)
tree96105ce5815edaf01f9ba6922fbf972947723feb /src
parentf918f84030519b86febc603bdd31a3922a7a7f17 (diff)
downloadgnunet-16d646a12f744c19e307c1c0139e3303a6263806.tar.gz
gnunet-16d646a12f744c19e307c1c0139e3303a6263806.zip
-no binding for daemons
Diffstat (limited to 'src')
-rw-r--r--src/pt/pt.conf2
-rw-r--r--src/testbed/testbed.conf.in8
2 files changed, 6 insertions, 4 deletions
diff --git a/src/pt/pt.conf b/src/pt/pt.conf
index a1eea3305..2c8c93c81 100644
--- a/src/pt/pt.conf
+++ b/src/pt/pt.conf
@@ -1,5 +1,6 @@
1[pt] 1[pt]
2BINARY = gnunet-daemon-pt 2BINARY = gnunet-daemon-pt
3NOARMBIND = YES
3 4
4# Set this to YES to tunnel IPv4 traffic over GNUnet 5# Set this to YES to tunnel IPv4 traffic over GNUnet
5TUNNEL_IPV4 = NO 6TUNNEL_IPV4 = NO
@@ -9,4 +10,3 @@ TUNNEL_IPV6 = NO
9 10
10# Set this to YES to tunnel DNS traffic over GNUnet 11# Set this to YES to tunnel DNS traffic over GNUnet
11TUNNEL_DNS = NO 12TUNNEL_DNS = NO
12
diff --git a/src/testbed/testbed.conf.in b/src/testbed/testbed.conf.in
index 386e00433..b6dd10dca 100644
--- a/src/testbed/testbed.conf.in
+++ b/src/testbed/testbed.conf.in
@@ -72,7 +72,7 @@ SETUP_TIMEOUT = 5 m
72# Where should testbed write load statistics data 72# Where should testbed write load statistics data
73# STATS_DIR = /tmp/load 73# STATS_DIR = /tmp/load
74 74
75# What services should be shared among peers. 75# What services should be shared among peers.
76# Format is "[<service:share>] [<service:share>] ...". The shared services are 76# Format is "[<service:share>] [<service:share>] ...". The shared services are
77# started standalone without any other peer services or a hostkey. For this 77# started standalone without any other peer services or a hostkey. For this
78# reason, only services which doesn't depend on other services can only be 78# reason, only services which doesn't depend on other services can only be
@@ -113,13 +113,15 @@ UNIX_MATCH_GID = YES
113# connectivity restrictions of NAT boxes 113# connectivity restrictions of NAT boxes
114[testbed-underlay] 114[testbed-underlay]
115AUTOSTART = NO 115AUTOSTART = NO
116NOARMBIND = YES
116BINARY = gnunet-daemon-testbed-underlay 117BINARY = gnunet-daemon-testbed-underlay
117# The sqlite3 database file containing information about what underlay 118# The sqlite3 database file containing information about what underlay
118# restrictions to apply 119# restrictions to apply
119# DBFILE = 120# DBFILE =
120 121
121[latency-logger] 122[latency-logger]
122AUTOSTART = NO 123AUTOSTART = NO
124NOARMBIND = YES
123BINARY = gnunet-daemon-latency-logger 125BINARY = gnunet-daemon-latency-logger
124# The sqlite3 database file where the latency values are to be stored 126# The sqlite3 database file where the latency values are to be stored
125# DBFILE = \ No newline at end of file 127# DBFILE = \ No newline at end of file