I'm trying to understand how adblock works with knot-resolver, but I'm running into some issues.
Here's what I know so far:
Adblock seems to generate a file called /etc/kresd/adb_list.overall.
My adblock was working, then stopped, then started again randomly.
I'm not sure if I need to manually add policy.add(policy.rpz(policy.DENY, '/etc/kresd/adb_list.overall')) to knot-resolver's config, or if adblock handles that automatically.
Can anyone shed some light on:
How adblock and knot-resolver interact under the hood?
Whether I need to manually configure knot-resolver for adblocking?
I'm trying to understand how adblock works with knot-resolver, but I'm running into some issues.
Here's what I know so far:
/etc/kresd/adb_list.overall
.policy.add(policy.rpz(policy.DENY, '/etc/kresd/adb_list.overall'))
to knot-resolver's config, or if adblock handles that automatically.Can anyone shed some light on: