aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht.conf')
-rw-r--r--src/dht/dht.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/dht/dht.conf b/src/dht/dht.conf
new file mode 100644
index 000000000..50c25daac
--- /dev/null
+++ b/src/dht/dht.conf
@@ -0,0 +1,38 @@
1[dht]
2AUTOSTART = YES
3PORT = 2095
4HOSTNAME = localhost
5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-service-dht
8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1;
10BUCKET_SIZE = 4
11UNIXPATH = /tmp/gnunet-service-dht.sock
12UNIX_MATCH_UID = YES
13UNIX_MATCH_GID = YES
14# DISABLE_SOCKET_FORWARDING = NO
15# DEBUG = YES
16# USERNAME =
17# MAXBUF =
18# TIMEOUT =
19# DISABLEV6 =
20# BINDTO =
21# REJECT_FROM =
22# REJECT_FROM6 =
23# PREFIX =
24# DO_FIND_PEER =
25# STRICT_KADEMLIA =
26# USE_MAX_HOPS =
27# MAX_HOPS =
28# REPUBLISH = YES
29# REPLICATION_FREQUENCY = 60
30# STOP_ON_CLOSEST =
31# STOP_FOUND =
32# CONVERGE_MODIFIER =
33
34
35[dhtcache]
36DATABASE = sqlite
37QUOTA = 1024000
38