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:
parent
6ad6d6b252
commit
ff1391a97e
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue