diff --git a/DEVTools.md b/DEVTools.md index f686f2d92..526decc37 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -1411,6 +1411,7 @@ * ⭐ **[mess with dns](https://messwithdns.net/)** - Experiment with DNS * [How DNS Works](https://howdns.works/) - Learn DNS * [How DNSSEC Works](https://howdnssec.works/) - Learn DNSSEC +* [DNS over HTTPS](https://github.com/curl/curl/wiki/DNS-over-HTTPS) - Encrypted DNS Providers & Resources * [DNSPerf](https://www.dnsperf.com/dns-providers-list/) - DNS Provider Rankings * [GRC DNSBench](https://www.grc.com/dns/benchmark.htm) - DNS Benchmark * [DNS Propagation](https://dnspropagation.net/) - DNS Checker diff --git a/STORAGE.md b/STORAGE.md index 60cc29e80..5f72e45d4 100644 --- a/STORAGE.md +++ b/STORAGE.md @@ -335,12 +335,10 @@ ## Encryption / Certificates -* [DNS over HTTPS](https://github.com/curl/curl/wiki/DNS-over-HTTPS) - HTTPS DoH Queries * [How HTTPS Works](https://howhttps.works/) - Learn HTTPS * [mitmproxy](https://mitmproxy.org) - Interactive HTTPS Proxy / [GitHub](https://github.com/mitmproxy/mitmproxy) * [HTTPToolkit](https://httptoolkit.com/) - Intercept, Debug, and Mock HTTP(S) * [mitmproxy](https://mitmproxy.org/) / [GitHub](https://github.com/mitmproxy/mitmproxy) - Analyze and modify HTTPS traffic -* [SSLMate CAA](https://sslmate.com/caa/) - CAA Record Helper * [Mozilla SSL](https://ssl-config.mozilla.org/) - SSL Configuration Generator * [Hitch](https://www.varnish-software.com/community/hitch) - SSL / TLS Proxy / [GitHub](https://github.com/varnish/hitch) * [Let's Encrypt](https://letsencrypt.org/) or [Certbot](https://certbot.eff.org/) - Free TLS Certificates @@ -348,6 +346,7 @@ * [CertAlert](https://certalert.net/) - Alerts you when a TLS/SSL Certificate Expires * [acme.sh](https://github.com/acmesh-official/acme.sh) - Auto Issues / Certificate Renewal * [mkcert](https://github.com/FiloSottile/mkcert) - Locally Trusted Development Certificates +* [SSLMate CAA](https://sslmate.com/caa/) - CAA Record Helper ***