Yuri
2016-08-05 18:33:33 UTC
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
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