diff options
Diffstat (limited to 'src/dns/dns.conf.in')
-rw-r--r-- | src/dns/dns.conf.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/dns/dns.conf.in b/src/dns/dns.conf.in index d2c6795..7944b41 100644 --- a/src/dns/dns.conf.in +++ b/src/dns/dns.conf.in @@ -2,7 +2,6 @@ AUTOSTART = YES HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-dns UNIXPATH = /tmp/gnunet-service-dns.sock @@ -16,14 +15,6 @@ UNIX_MATCH_GID = YES # we never use it, even if @UNIXONLY@ is not set (just to be safe) @UNIXONLY@ PORT = 0 -# This option should be set to YES to allow the DNS service to -# perform lookups against the locally configured DNS resolver. -# (set to "NO" if no normal ISP is locally available and thus -# requests for normal ".com"/".org"/etc. must be routed via -# the GNUnet VPN (the GNUNET PT daemon then needs to be configured -# to intercept and route DNS queries via mesh). -PROVIDE_EXIT = YES - # Name of the virtual interface we use to intercept DNS traffic. IFNAME = gnunet-dns @@ -40,5 +31,5 @@ IPV4MASK = 255.255.0.0 # of a DNS resolver to use. Only works if "PROVIDE_EXIT" is also set to YES. Must absolutely # NOT be an address of any of GNUnet's virtual tunnel interfaces. Use a well-known # public DNS resolver or your ISP's resolver from /etc/resolv.conf. -# DNS_EXIT = 8.8.8.8 +DNS_EXIT = 8.8.8.8 |