aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_bootstrap_server.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-13 23:42:29 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-13 23:42:29 +0100
commita2de1176e7872185a8a6b0ce7cbc93bf30f0b395 (patch)
treec5bb96fcce38d380aa488ef6babc11d679d06395 /src/integration-tests/confs/c_bootstrap_server.conf
parent5ad1c50a13484450f71e4b248f08fd2c6a369d6d (diff)
downloadgnunet-a2de1176e7872185a8a6b0ce7cbc93bf30f0b395.tar.gz
gnunet-a2de1176e7872185a8a6b0ce7cbc93bf30f0b395.zip
trying to improve things for #5560
Diffstat (limited to 'src/integration-tests/confs/c_bootstrap_server.conf')
-rw-r--r--src/integration-tests/confs/c_bootstrap_server.conf16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/integration-tests/confs/c_bootstrap_server.conf b/src/integration-tests/confs/c_bootstrap_server.conf
index bcfa6b212..0087d8131 100644
--- a/src/integration-tests/confs/c_bootstrap_server.conf
+++ b/src/integration-tests/confs/c_bootstrap_server.conf
@@ -10,24 +10,15 @@ PRIVATE_KEY = hostkeys/c_bootstrap_server
10[transport] 10[transport]
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-8 11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-8
12PORT = 20011 12PORT = 20011
13PLUGINS = tcp udp http_client https_client http_server https_server 13PLUGINS = tcp
14 14
15[transport-tcp] 15[transport-tcp]
16PORT = 20010 16PORT = 20010
17ADVERTISED_PORT = 20010 17ADVERTISED_PORT = 20010
18 18
19[transport-udp]
20PORT = 20009
21
22[transport-http_server]
23PORT = 20008
24
25[transport-https_server]
26PORT = 20007
27
28[hostlist] 19[hostlist]
29OPTIONS = -p 20OPTIONS = -p
30SERVERs = 21SERVERs =
31 22
32[nat] 23[nat]
33BEHIND_NAT = NO 24BEHIND_NAT = NO
@@ -94,6 +85,3 @@ PORT = 20001
94[nse] 85[nse]
95UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-12 86UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-12
96PORT = 20015 87PORT = 20015
97
98
99