diff options
Diffstat (limited to 'src/dht/test_dht_multipeer.conf')
-rw-r--r-- | src/dht/test_dht_multipeer.conf | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/src/dht/test_dht_multipeer.conf b/src/dht/test_dht_multipeer.conf new file mode 100644 index 0000000..1408f05 --- /dev/null +++ b/src/dht/test_dht_multipeer.conf @@ -0,0 +1,59 @@ +[fs] +AUTOSTART = NO + +[resolver] +AUTOSTART = NO + +[block] +plugins = test dht + +[dhtcache] +QUOTA = 1 MB +DATABASE = sqlite + +[transport] +PLUGINS = tcp + +[ats] +WAN_QUOTA_IN = 1 GB +WAN_QUOTA_OUT = 1 GB + +[arm] +DEFAULTSERVICES = dht core + +[TESTING] +WEAKRANDOM = YES + +[testbed] +OVERLAY_TOPOLOGY = FROM_FILE +OVERLAY_TOPOLOGY_FILE = test_dht_multipeer_topology.dat + +[gnunetd] +HOSTKEY = $SERVICEHOME/.hostkey + +[PATHS] +SERVICEHOME = /tmp/test-dht-multipeer/ + +[nat] +DISABLEV6 = YES +RETURN_LOCAL_ADDRESSES = YES +ENABLE_UPNP = NO +BEHIND_NAT = NO +ALLOW_NAT = NO +INTERNAL_ADDRESS = 127.0.0.1 +EXTERNAL_ADDRESS = 127.0.0.1 +USE_LOCALADDR = YES + +[dns] +AUTOSTART = NO + +[namestore] +AUTOSTART = NO + +[nse] +AUTOSTART = NO + +[vpn] +AUTOSTART=NO + + |