aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-20 18:24:03 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-20 18:24:03 +0000
commit1a8cbb1e3db3b523c608c3390e3007e8605fa2b1 (patch)
tree2743eacb54046573364fd050b5c713e25c06a00b /src
parenta321a5339d79bb59e29497e224eddd8175a7a6c5 (diff)
downloadgnunet-1a8cbb1e3db3b523c608c3390e3007e8605fa2b1.tar.gz
gnunet-1a8cbb1e3db3b523c608c3390e3007e8605fa2b1.zip
-assign port for DNS
Diffstat (limited to 'src')
-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