From 16d646a12f744c19e307c1c0139e3303a6263806 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Jul 2015 14:58:08 +0000 Subject: [PATCH] -no binding for daemons --- src/pt/pt.conf | 2 +- src/testbed/testbed.conf.in | 8 +++++--- 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 @@ [pt] BINARY = gnunet-daemon-pt +NOARMBIND = YES # Set this to YES to tunnel IPv4 traffic over GNUnet TUNNEL_IPV4 = NO @@ -9,4 +10,3 @@ TUNNEL_IPV6 = NO # Set this to YES to tunnel DNS traffic over GNUnet TUNNEL_DNS = NO - 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 # Where should testbed write load statistics data # STATS_DIR = /tmp/load -# What services should be shared among peers. +# What services should be shared among peers. # Format is "[] [] ...". The shared services are # started standalone without any other peer services or a hostkey. For this # reason, only services which doesn't depend on other services can only be @@ -113,13 +113,15 @@ UNIX_MATCH_GID = YES # connectivity restrictions of NAT boxes [testbed-underlay] AUTOSTART = NO +NOARMBIND = YES BINARY = gnunet-daemon-testbed-underlay # The sqlite3 database file containing information about what underlay # restrictions to apply -# DBFILE = +# DBFILE = [latency-logger] AUTOSTART = NO +NOARMBIND = YES BINARY = gnunet-daemon-latency-logger # The sqlite3 database file where the latency values are to be stored -# DBFILE = \ No newline at end of file +# DBFILE = \ No newline at end of file -- 2.25.1