aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testbed/test_testbed_api_template.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_template.conf b/src/testbed/test_testbed_api_template.conf
index 35317fd1c..48926389b 100644
--- a/src/testbed/test_testbed_api_template.conf
+++ b/src/testbed/test_testbed_api_template.conf
@@ -1,5 +1,6 @@
1@INLINE@ ../../contrib/no_forcestart.conf 1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf 2@INLINE@ ../../contrib/no_autostart_above_core.conf
3
3[testbed] 4[testbed]
4AUTOSTART = NO 5AUTOSTART = NO
5PORT = 12113 6PORT = 12113
@@ -19,6 +20,10 @@ ACCEPT_FROM = 127.0.0.1;
19NEIGHBOUR_LIMIT = 50 20NEIGHBOUR_LIMIT = 50
20FORCESTART = YES 21FORCESTART = YES
21 22
23# Transport requires resolver when connecting to a peer, so enable it
24[resolver]
25AUTOSTART = YES
26
22[ats] 27[ats]
23WAN_QUOTA_OUT = 3932160 28WAN_QUOTA_OUT = 3932160
24WAN_QUOTA_IN = 3932160 29WAN_QUOTA_IN = 3932160