summarylogtreecommitdiffstats
path: root/dnsmasq.main
diff options
context:
space:
mode:
authormax.bra2017-01-03 17:32:16 +0100
committermax.bra2017-01-03 17:32:16 +0100
commit5ac4fa93a8282e00f5a5060502a8cbe5c3cdc9d2 (patch)
treecd3ae75fa12506da107147faa4ebe3d8c7615f9a /dnsmasq.main
parent5b749ae6f2dc846444ccce89cd8cfe434e315601 (diff)
downloadaur-5ac4fa93a8282e00f5a5060502a8cbe5c3cdc9d2.tar.gz
v. 2.11
Diffstat (limited to 'dnsmasq.main')
-rw-r--r--dnsmasq.main28
1 files changed, 0 insertions, 28 deletions
diff --git a/dnsmasq.main b/dnsmasq.main
index 309079e794b9..709b4c5ba245 100644
--- a/dnsmasq.main
+++ b/dnsmasq.main
@@ -1,24 +1,3 @@
-# The following two options make you a better netizen, since they
-# tell dnsmasq to filter out queries which the public DNS cannot
-# answer, and which load the servers (especially the root servers)
-# unnecessarily. If you have a dial-on-demand link they also stop
-# these requests from bringing up the link unnecessarily.
-
-# Never forward plain names (without a dot or domain part)
-domain-needed
-# Never forward addresses in the non-routed address spaces.
-bogus-priv
-
-# If you don't want dnsmasq to read /etc/resolv.conf or any other
-# file, getting its servers from this file instead (see below), then
-# uncomment this.
-no-resolv
-
-# Add other name servers here, with domain specs if they are for
-# non-public domains.
-server=8.8.8.8
-server=8.8.4.4
-
# If you want dnsmasq to listen for DHCP and DNS requests only on
# specified interfaces (and the loopback) give the name of the
# interface (eg eth0) here.
@@ -27,13 +6,6 @@ server=8.8.4.4
# you use this.)
listen-address=127.0.0.1
-# Normally responses which come from /etc/hosts and the DHCP lease
-# file have Time-To-Live set as zero, which conventionally means
-# do not cache further. If you are happy to trade lower load on the
-# server for potentially stale date, you can set a time-to-live (in
-# seconds) here.
-local-ttl=300
-
# Include all files in a directory which end in .conf
conf-dir=/etc/dnsmasq.d/,*.conf