aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_configs/testbed_supermuc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testbed_configs/testbed_supermuc.conf')
-rw-r--r--contrib/testbed_configs/testbed_supermuc.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/testbed_configs/testbed_supermuc.conf b/contrib/testbed_configs/testbed_supermuc.conf
index 4603b1fe3..47bfee43c 100644
--- a/contrib/testbed_configs/testbed_supermuc.conf
+++ b/contrib/testbed_configs/testbed_supermuc.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8; 4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -14,22 +14,22 @@ MAX_OPEN_FDS=512
14SETUP_TIMEOUT = 30 m 14SETUP_TIMEOUT = 30 m
15 15
16[fs] 16[fs]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[resolver] 19[resolver]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21 21
22[cadet] 22[cadet]
23AUTOSTART = NO 23START_ON_DEMAND = NO
24PORT = 71 24PORT = 71
25 25
26[dht] 26[dht]
27AUTOSTART = NO 27START_ON_DEMAND = NO
28PORT = 70 28PORT = 70
29DISABLE_TRY_CONNECT = YES 29DISABLE_TRY_CONNECT = YES
30 30
31[statistics] 31[statistics]
32AUTOSTART = NO 32START_ON_DEMAND = NO
33PORT = 72 33PORT = 72
34 34
35[dhtcache] 35[dhtcache]
@@ -45,7 +45,7 @@ NEIGHBOUR_LIMIT = 10
45 45
46[core] 46[core]
47PORT = 12092 47PORT = 12092
48AUTOSTART = YES 48START_ON_DEMAND = YES
49USE_EPHEMERAL_KEYS = NO 49USE_EPHEMERAL_KEYS = NO
50 50
51[arm] 51[arm]
@@ -66,7 +66,7 @@ BEHIND_NAT = NO
66RETURN_LOCAL_ADDRESSES = NO 66RETURN_LOCAL_ADDRESSES = NO
67 67
68[peerinfo] 68[peerinfo]
69AUTOSTART = NO 69START_ON_DEMAND = NO
70NO_IO = YES 70NO_IO = YES
71 71
72[testing] 72[testing]