Merge pull request #1861 from pi-hole/fix/DNSSEC_trustanchor

Merge `fix/DNSSEC_trustanchor` into `release/3.2.1` again
This commit is contained in:
Dan Schaper 2017-12-21 11:03:05 -08:00 committed by GitHub
commit 322a18f0e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,6 +153,7 @@ ProcessDNSSettings() {
if [[ "${DNSSEC}" == true ]]; then
echo "dnssec
trust-anchor=.,19036,8,2,49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5
trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D
" >> "${dnsmasqconfig}"
fi