Skip to content

Commit

Permalink
feat(engineresolver): add wikimedia DNS (ooni#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored and Murphy-OrangeMud committed Feb 13, 2024
1 parent acc4a47 commit 5d41159
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 5d41159

Please sign in to comment.