Compare commits

..

2 commits

Author SHA1 Message Date
7e9ee57e5a DNS: mess with dns
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-01-23 22:15:33 -03:00
4ade0dac90 Web: kawipiko 2023-01-19 22:48:36 -03:00
2 changed files with 5 additions and 0 deletions

1
DNS.md
View file

@ -1,3 +1,4 @@
- [Major DNSSEC Outages and Validation Failures](https://ianix.com/pub/dnssec-outages.html) - [Major DNSSEC Outages and Validation Failures](https://ianix.com/pub/dnssec-outages.html)
- [Njalla's DNS Checker](https://check.njal.la/dns/) - [Njalla's DNS Checker](https://check.njal.la/dns/)
- [Njalla's Public DNS](https://dns.njal.la/) - [Njalla's Public DNS](https://dns.njal.la/)
- [mess with dns](https://messwithdns.net/)

4
Web.md
View file

@ -2,3 +2,7 @@
- [HSTS Preload](https://hstspreload.org/) - [HSTS Preload](https://hstspreload.org/)
- [Mozilla Observatory](https://observatory.mozilla.org/analyze/nulo.in) - [Mozilla Observatory](https://observatory.mozilla.org/analyze/nulo.in)
## Proyectos interesantes
- [kawipiko -- blazingly fast static HTTP server -- focused on low latency and high concurrency, by leveraging Go, `fasthttp` and the CDB embedded database](https://github.com/volution/kawipiko)