aboutsummaryrefslogtreecommitdiff
path: root/src/dns/dns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-25 15:22:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-25 15:22:01 +0000
commit07ab625068b62afc532a78534018f6579697a307 (patch)
treea240046783d7ab2e5134e5bc493c34f31b5b0df2 /src/dns/dns.conf.in
parentaf6fc96401b2d550293c8ce9ceb1b34ee46003d0 (diff)
downloadgnunet-07ab625068b62afc532a78534018f6579697a307.tar.gz
gnunet-07ab625068b62afc532a78534018f6579697a307.zip
remove DNS exit for mesh from gnunet-service-dns
Diffstat (limited to 'src/dns/dns.conf.in')
-rw-r--r--src/dns/dns.conf.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dns/dns.conf.in b/src/dns/dns.conf.in
index 84dc3aaa4..7944b410a 100644
--- a/src/dns/dns.conf.in
+++ b/src/dns/dns.conf.in
@@ -15,14 +15,6 @@ UNIX_MATCH_GID = YES
15# we never use it, even if @UNIXONLY@ is not set (just to be safe) 15# we never use it, even if @UNIXONLY@ is not set (just to be safe)
16@UNIXONLY@ PORT = 0 16@UNIXONLY@ PORT = 0
17 17
18# This option should be set to YES to allow the DNS service to
19# perform lookups against the locally configured DNS resolver.
20# (set to "NO" if no normal ISP is locally available and thus
21# requests for normal ".com"/".org"/etc. must be routed via
22# the GNUnet VPN (the GNUNET PT daemon then needs to be configured
23# to intercept and route DNS queries via mesh).
24PROVIDE_EXIT = YES
25
26# Name of the virtual interface we use to intercept DNS traffic. 18# Name of the virtual interface we use to intercept DNS traffic.
27IFNAME = gnunet-dns 19IFNAME = gnunet-dns
28 20