X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2Ftest_dht_api_data.conf;h=58e509cbb05fba368f2feaa010847de8a9c0e7db;hb=2381efb4d1dd277a9a39d69a0a0fbc3368fdad4d;hp=df2c53d2a2d03768cfe5bb11fd651326dc65d89c;hpb=fa30930ecac34592d32c949eed359bbe2a124a9d;p=oweals%2Fgnunet.git diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf index df2c53d2a..58e509cbb 100644 --- a/src/dht/test_dht_api_data.conf +++ b/src/dht/test_dht_api_data.conf @@ -1,10 +1,12 @@ [PATHS] SERVICEHOME = /tmp/test-dht-api/ -DEFAULTCONFIG = test_dht_api_data.conf [fs] AUTOSTART = NO +[resolver] +AUTOSTART = NO + [datastore-sqlite] FILENAME = $SERVICEHOME/datastore/sqlite.db @@ -17,18 +19,21 @@ AUTOCONNECT = YES FRIENDS-ONLY = NO MINIMUM-FRIENDS = 0 +[ats] +WAN_QUOTA_IN = 1 GB +WAN_QUOTA_OUT = 1 GB + [core] -TOTAL_QUOTA_OUT = 3932160 -TOTAL_QUOTA_IN = 3932160 PORT = 2092 [dht] -DEBUG = YES PORT = 12370 +[block] +plugins = dht test + [transport] plugins = tcp -DEBUG = NO NEIGHBOUR_LIMIT = 50 PORT = 2091 @@ -46,12 +51,39 @@ DEFAULTSERVICES = PORT = 2087 [transport-tcp] -TIMEOUT = 300000 +TIMEOUT = 300 s PORT = 2094 [TESTING] WEAKRANDOM = NO +[testing_old] +HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat + [gnunetd] HOSTKEY = $SERVICEHOME/.hostkey + +[nat] +DISABLEV6 = YES +BINDTO = 127.0.0.1 +ENABLE_UPNP = NO +BEHIND_NAT = NO +ALLOW_NAT = NO +INTERNAL_ADDRESS = 127.0.0.1 +EXTERNAL_ADDRESS = 127.0.0.1 + +[dns] +AUTOSTART = NO + +[namestore] +AUTOSTART = NO + +[nse] +AUTOSTART = NO + + +[vpn] +AUTOSTART=NO + +