summaryrefslogtreecommitdiff
path: root/src/dht/dht.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
commitf491ac4fab469421986f77df0bbf79fefc417786 (patch)
tree1a99677ca3fc3489d6a0dd91443cc9a83bfcea74 /src/dht/dht.conf.in
parent85f65a86a9ea908907a89ce7862768b90ca9d084 (diff)
downloadgnunet-f491ac4fab469421986f77df0bbf79fefc417786.tar.gz
gnunet-f491ac4fab469421986f77df0bbf79fefc417786.zip
change default configurations on systems with UNIX domain sockets to NOT specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
Diffstat (limited to 'src/dht/dht.conf.in')
-rw-r--r--src/dht/dht.conf.in38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/dht/dht.conf.in b/src/dht/dht.conf.in
new file mode 100644
index 000000000..c73c05688
--- /dev/null
+++ b/src/dht/dht.conf.in
@@ -0,0 +1,38 @@
1[dht]
2AUTOSTART = YES
3@UNIXONLY@ PORT = 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 = 1 MB
38