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 7a9781a3a..b7e03c5d2 100644
--- a/src/dht/dht.conf.in
+++ b/src/dht/dht.conf.in
@@ -6,7 +6,7 @@ BINARY = gnunet-service-dht
6ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
7ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
8BUCKET_SIZE = 4 8BUCKET_SIZE = 4
9UNIXPATH = /tmp/gnunet-service-dht.sock 9UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-dht.sock
10# This could be relaxed... 10# This could be relaxed...
11UNIX_MATCH_UID = YES 11UNIX_MATCH_UID = YES
12UNIX_MATCH_GID = YES 12UNIX_MATCH_GID = YES