From 0aad86b850a1829a4aa2fc00deaf38a1c6ae69bb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 9 Mar 2023 11:57:10 +0200 Subject: [PATCH] n/dns.md: add DNS notes --- n/dns.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 n/dns.md diff --git a/n/dns.md b/n/dns.md new file mode 100644 index 0000000..e6f8361 --- /dev/null +++ b/n/dns.md @@ -0,0 +1,19 @@ +--- +layout: null +permalink: /n/dns.html +sitemap: false +--- + +# DNS notes + +For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv) + +## Identifying DNS resolver + +- [DNS-OARC's Check My DNS](https://cmdns.dev.dns-oarc.net/) - popup under "Network". +- [dnsleaktest](https://dnsleaktest.com/) +- [whatsmydnsserver](http://www.whatsmydnsserver.com/) +- [ipleak.net](https://ipleak.net/) +- [dnsadblock](https://dnsadblock.com/dns-leak-test/) + +The above list is based on [redirect2me/which-dns README alternatives section](https://github.com/redirect2me/which-dns/blob/main/README.md)