does not terminate on invalid uri
[oweals/gnunet.git] / src / exit / exit.conf
index f8f0764f75cf0ca3d50dc36615751f1efa3f914e..aadcee47f477cb295c92ed91a400002809054024 100644 (file)
@@ -43,6 +43,18 @@ EXIT_IPV4 = NO
 # Set this to YES to allow exiting this system via IPv6 to the Internet
 EXIT_IPV6 = NO
 
+# 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).
+# Set this to YES to allow using this system for DNS queries.
+EXIT_DNS = NO
+
+# Set this to an IPv4 or IPv6 address of a DNS resolver to use for DNS queries
+DNS_RESOLVER = 8.8.8.8
+
 # For IPv4-services offered by this peer, we need to at least enable IPv4
 ENABLE_IPV4 = YES