Skip to content

Commit

Permalink
feat(engineresolver): add wikimedia DNS (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 2, 2024
1 parent 220757e commit 6ebf265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/engineresolver/resolvermaker.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ var allmakers = []*resolvermaker{{
url: "https://mozilla.cloudflare-dns.com/dns-query",
}, {
url: "http3://mozilla.cloudflare-dns.com/dns-query",
}, {
url: "https://wikimedia-dns.org/dns-query",
}}

// allbyurl contains all the resolvermakers by URL
Expand Down

0 comments on commit 6ebf265

Please sign in to comment.