aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_lookup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_lookup.conf')
-rw-r--r--src/gns/test_gns_lookup.conf58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/gns/test_gns_lookup.conf b/src/gns/test_gns_lookup.conf
deleted file mode 100644
index db0b4bfbe..000000000
--- a/src/gns/test_gns_lookup.conf
+++ /dev/null
@@ -1,58 +0,0 @@
1@INLINE@ test_gns_defaults.conf
2
3[namecache]
4DISABLE = NO
5
6[PATHS]
7GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-peer-1/
8
9[dht]
10START_ON_DEMAND = YES
11
12[gns]
13# PREFIX = valgrind --leak-check=full --track-origins=yes
14START_ON_DEMAND = YES
15AUTO_IMPORT_PKEY = YES
16MAX_PARALLEL_BACKGROUND_QUERIES = 10
17DEFAULT_LOOKUP_TIMEOUT = 15 s
18RECORD_PUT_INTERVAL = 1 h
19ZONE_PUBLISH_TIME_WINDOW = 1 h
20DNS_ROOT=PD67SGHF3E0447TU9HADIVU9OM7V4QHTOG0EBU69TFRI2LG63DR0
21
22[namestore]
23#PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/ns_log
24
25[revocation]
26WORKBITS = 2
27EPOCH_DURATION = 365 d
28
29[dhtcache]
30QUOTA = 1 MB
31DATABASE = heap
32
33[topology]
34TARGET-CONNECTION-COUNT = 16
35AUTOCONNECT = YES
36FRIENDS-ONLY = NO
37MINIMUM-FRIENDS = 0
38
39[ats]
40WAN_QUOTA_IN = 1 GB
41WAN_QUOTA_OUT = 1 GB
42
43[transport]
44plugins = tcp
45NEIGHBOUR_LIMIT = 50
46PORT = 2091
47
48[transport-tcp]
49TIMEOUT = 300 s
50
51[nat]
52DISABLEV6 = YES
53BINDTO = 127.0.0.1
54ENABLE_UPNP = NO
55BEHIND_NAT = NO
56ALLOW_NAT = NO
57INTERNAL_ADDRESS = 127.0.0.1
58EXTERNAL_ADDRESS = 127.0.0.1