net/dns/publicdns: add Mullvad family DNS to the list of known DoH servers

Adds the new Mullvad family DNS server to the known DNS over HTTPS server list.

Signed-off-by: mrrfv <rm-rfv-no-preserve-root@protonmail.com>
This commit is contained in:
mrrfv 2024-02-23 19:26:18 +01:00 committed by Brad Fitzpatrick
parent 6ad6d6b252
commit ff1391a97e
1 changed files with 3 additions and 0 deletions

View File

@ -203,6 +203,9 @@ func populate() {
// Mullvad (extended)
addDoH("194.242.2.5", "https://extended.dns.mullvad.net/dns-query")
addDoH("2a07:e340::5", "https://extended.dns.mullvad.net/dns-query")
// Mullvad (family)
addDoH("194.242.2.6", "https://family.dns.mullvad.net/dns-query")
addDoH("2a07:e340::6", "https://family.dns.mullvad.net/dns-query")
// Mullvad (all)
addDoH("194.242.2.9", "https://all.dns.mullvad.net/dns-query")
addDoH("2a07:e340::9", "https://all.dns.mullvad.net/dns-query")