aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht.conf.in')
-rw-r--r--src/dht/dht.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht.conf.in b/src/dht/dht.conf.in
index 59c5bc1b7..38c04a182 100644
--- a/src/dht/dht.conf.in
+++ b/src/dht/dht.conf.in
@@ -7,7 +7,7 @@ BINARY = gnunet-service-dht
7ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
9BUCKET_SIZE = 4 9BUCKET_SIZE = 4
10UNIXPATH = /tmp/gnunet-service-dht.sock 10UNIXPATH = $SERVICEHOME/gnunet-service-dht.sock
11# This could be relaxed... 11# This could be relaxed...
12UNIX_MATCH_UID = YES 12UNIX_MATCH_UID = YES
13UNIX_MATCH_GID = YES 13UNIX_MATCH_GID = YES