mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 08:06:53 +08:00

- The impetus? I deployed a custom webserver but forgot to add the A & AAAA records for sslip.io, so the website disappeared. - I now check for the A & AAAA records (to be present, but not of any particular value because that gives me the latitude to migrate to other machines). - I also check that the website is responsive. - drive by: removed hard-coding of `sslip.io` in many tests; instead we now query the domain that the env var `DOMAIN` is set to.