aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-25 15:22:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-25 15:22:18 +0000
commit43d558efd13a3245e65efd0acdc9c4ba59cd2bee (patch)
tree469de47f10a4aba6742b360b8622708d60587659 /src/exit/exit.conf
parent07ab625068b62afc532a78534018f6579697a307 (diff)
downloadgnunet-43d558efd13a3245e65efd0acdc9c4ba59cd2bee.tar.gz
gnunet-43d558efd13a3245e65efd0acdc9c4ba59cd2bee.zip
add DNS exit for mesh to gnunet-daemon-exit
Diffstat (limited to 'src/exit/exit.conf')
-rw-r--r--src/exit/exit.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/exit/exit.conf b/src/exit/exit.conf
index f8f0764f7..aadcee47f 100644
--- a/src/exit/exit.conf
+++ b/src/exit/exit.conf
@@ -43,6 +43,18 @@ EXIT_IPV4 = NO
43# Set this to YES to allow exiting this system via IPv6 to the Internet 43# Set this to YES to allow exiting this system via IPv6 to the Internet
44EXIT_IPV6 = NO 44EXIT_IPV6 = NO
45 45
46# This option should be set to YES to allow the DNS service to
47# perform lookups against the locally configured DNS resolver.
48# (set to "NO" if no normal ISP is locally available and thus
49# requests for normal ".com"/".org"/etc. must be routed via
50# the GNUnet VPN (the GNUNET PT daemon then needs to be configured
51# to intercept and route DNS queries via mesh).
52# Set this to YES to allow using this system for DNS queries.
53EXIT_DNS = NO
54
55# Set this to an IPv4 or IPv6 address of a DNS resolver to use for DNS queries
56DNS_RESOLVER = 8.8.8.8
57
46# For IPv4-services offered by this peer, we need to at least enable IPv4 58# For IPv4-services offered by this peer, we need to at least enable IPv4
47ENABLE_IPV4 = YES 59ENABLE_IPV4 = YES
48 60