diff options
Diffstat (limited to 'src/dht/dht.conf.in')
-rw-r--r-- | src/dht/dht.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/dht.conf.in b/src/dht/dht.conf.in index c73c05688..17c13e93e 100644 --- a/src/dht/dht.conf.in +++ b/src/dht/dht.conf.in @@ -9,6 +9,7 @@ ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; BUCKET_SIZE = 4 UNIXPATH = /tmp/gnunet-service-dht.sock +# This could be relaxed... UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES # DISABLE_SOCKET_FORWARDING = NO |