Hello,
I’m planning on including a domain list to unbound to block dns requests for domains.
** Domain list sample
local-zone: "sporeformer.cfd" static
local-zone: "pokerdayjob.com" static
local-zone: "oundhertobeconsist.org" static
** unbound conf
include: "/etc/unbound/blocklist.conf"
Currently the list has about 70K entries.
Would like to know if there is a limit on the number of entries which can be loaded by unbound.
Thank you in advance.