aboutsummaryrefslogtreecommitdiff
path: root/src/dns/dns.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/dns.conf.in')
-rw-r--r--src/dns/dns.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dns/dns.conf.in b/src/dns/dns.conf.in
index 4f87845b1..000b73cf1 100644
--- a/src/dns/dns.conf.in
+++ b/src/dns/dns.conf.in
@@ -3,14 +3,14 @@ AUTOSTART = @AUTOSTART@
3HOSTNAME = localhost 3HOSTNAME = localhost
4BINARY = gnunet-service-dns 4BINARY = gnunet-service-dns
5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-dns.sock 5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-dns.sock
6 6@UNIXONLY@ PORT = 2122
7# Access to this service can compromise all DNS queries in this 7# Access to this service can compromise all DNS queries in this
8# system. Thus access should be restricted to the same UID. 8# system. Thus access should be restricted to the same UID.
9# (see https://gnunet.org/gnunet-access-control-model) 9# (see https://gnunet.org/gnunet-access-control-model)
10UNIX_MATCH_UID = YES 10UNIX_MATCH_UID = YES
11UNIX_MATCH_GID = YES 11UNIX_MATCH_GID = YES
12 12
13# As there is no sufficiently restrictive access control for TCP, 13# As there is no sufficiently restrictive access control for TCP,
14# we never use it, even if @UNIXONLY@ is not set (just to be safe) 14# we never use it, even if @UNIXONLY@ is not set (just to be safe)
15@UNIXONLY@ PORT = 0 15@UNIXONLY@ PORT = 0
16 16