Any way to cache large /etc/hosts files?
Yuri
yuri at rawbw.com
Fri Aug 5 18:33:41 UTC 2016
Some people suggest using pre-compiled lists of ad and malware domains
and block them on DNS level. (ex. https://github.com/StevenBlack/hosts)
The resulting hosts file is about 1MB. nscd(8) caches DNS results, but
it does this on name by name basis. Every new domain name request, even
within the same process, causes /etc/hosts file to be reread again.
Is there a way to cache /etc/hosts once and use it?
Yuri
More information about the freebsd-questions
mailing list