diff options
Diffstat (limited to 'contrib/testbed_configs/testbed_supermuc.conf')
-rw-r--r-- | contrib/testbed_configs/testbed_supermuc.conf | 16 |
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 @@ [testbed] -AUTOSTART = NO +START_ON_DEMAND = NO PORT = 12113 ACCEPT_FROM = 127.0.0.1;10.0.0.0/8; HOSTNAME = localhost @@ -14,22 +14,22 @@ MAX_OPEN_FDS=512 SETUP_TIMEOUT = 30 m [fs] -AUTOSTART = NO +START_ON_DEMAND = NO [resolver] -AUTOSTART = NO +START_ON_DEMAND = NO [cadet] -AUTOSTART = NO +START_ON_DEMAND = NO PORT = 71 [dht] -AUTOSTART = NO +START_ON_DEMAND = NO PORT = 70 DISABLE_TRY_CONNECT = YES [statistics] -AUTOSTART = NO +START_ON_DEMAND = NO PORT = 72 [dhtcache] @@ -45,7 +45,7 @@ NEIGHBOUR_LIMIT = 10 [core] PORT = 12092 -AUTOSTART = YES +START_ON_DEMAND = YES USE_EPHEMERAL_KEYS = NO [arm] @@ -66,7 +66,7 @@ BEHIND_NAT = NO RETURN_LOCAL_ADDRESSES = NO [peerinfo] -AUTOSTART = NO +START_ON_DEMAND = NO NO_IO = YES [testing] |