Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
12 lines (11 sloc)
607 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uncomment these to enable DNSSEC validation and caching: | |
# (Requires dnsmasq to be built with DNSSEC option.) | |
conf-file=/usr/share/dnsmasq-base/trust-anchors.conf | |
dnssec | |
# Replies which are not DNSSEC signed may be legitimate, because the domain | |
# is unsigned, or may be forgeries. Setting this option tells dnsmasq to | |
# check that an unsigned reply is OK, by finding a secure proof that a DS | |
# record somewhere between the root and the domain does not exist. | |
# The cost of setting this is that even queries in unsigned domains will need | |
# one or more extra DNS queries to verify. | |
#dnssec-check-unsigned |