Skip to content

Commit

Permalink
Merge pull request pi-hole#3166 from pi-hole/release/v4.4
Browse files Browse the repository at this point in the history
Add use-application-dns.net = NXDOMAIN in ProcessDNSSettings rather t…
  • Loading branch information
PromoFaux authored Feb 25, 2020
2 parents 121c93e + 1c74b41 commit 9e49077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions advanced/Scripts/webpage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC68345710423
add_dnsmasq_setting "server=/${CONDITIONAL_FORWARDING_DOMAIN}/${CONDITIONAL_FORWARDING_IP}"
add_dnsmasq_setting "server=/${CONDITIONAL_FORWARDING_REVERSE}/${CONDITIONAL_FORWARDING_IP}"
fi

# Prevent Firefox from automatically switching over to DNS-over-HTTPS
# This follows https://support.mozilla.org/en-US/kb/configuring-networks-disable-dns-over-https
# (sourced 7th September 2019)
add_dnsmasq_setting "server=/use-application-dns.net/"
}

SetDNSServers() {
Expand Down

0 comments on commit 9e49077

Please sign in to comment.