8 ms·
> I pre-cache all the domains I use hourly via cron. How does this look? Shell script querying a list of hostnames? What qualifies as a domain you use?
by kingo55 3mo ago
> I pre-cache all the domains I use hourly via cron.
How does this look? Shell script querying a list of hostnames? What qualifies as a domain you use?
- Bender 3mo agoIt looks like this [1] I enable query logging to a tmpfs RAM disk and then every month I update a list of domains that I have queries more than {n} times. I mix that in with a list of the Cloudflare top 20K domains after removing the broken ones and some TLD's. [1] - https://nochan.net/b/Internet-Crap/20260602-Set-Up-Your-Own-DoH-Service/__build_dns_cache.sh.txt.br https://nochan.net/b/Internet-Crap/20260602-Set-Up-Your-Own-...