Hacker News new | ask | show | jobs
by b4d 2295 days ago
If anybody needs a bulk check:

for domain in $(cat domains.txt); do printf "$domain :" && curl -XPOST -d "fqdn=$domain" https://unboundtest.com/caaproblem/checkhost; done