summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-02-06 12:07:10 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-02-06 12:07:10 +0000
commit854cf269072900447e13f768a3c9d1af59a303f4 (patch)
tree0a3300b6419738be684054fd63c23d8e9e30e6c1
parentbb201c211a93b0f7f98974b2654bfd5f3f753d1f (diff)
downloaddnsmasq-854cf269072900447e13f768a3c9d1af59a303f4.tar.gz
DNSSEC config in example file.
-rw-r--r--dnsmasq.conf.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/dnsmasq.conf.example b/dnsmasq.conf.example
index 9a0dbd7..4f2bcf3 100644
--- a/dnsmasq.conf.example
+++ b/dnsmasq.conf.example
@@ -20,6 +20,10 @@
# Never forward addresses in the non-routed address spaces.
#bogus-priv
+# Uncomment these to enable DNSSEC validation and caching:
+# (Requires dnsmasq to be built with DNSSEC option.)
+#conf-file=%%PREFIX%%/share/dnsmasq/trust-anchors.conf
+#dnssec
# Uncomment this to filter useless windows-originated DNS requests
# which can trigger dial-on-demand links needlessly.