This commit is contained in:
The 2024-06-05 16:51:03 +01:00 committed by nbats
parent 79f349cc1c
commit bcf355cdf4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
***