whitelist

Hi guys.
Im trying to find without success how to create a whitelist to bypass false positive domains listed on my blocklist.

So far … what I do is to remove false positives from blocklist.
This is not so effective since , I will need to do everytime I update my lists.

Do you know how to implement whitelist ?
Regards.
Leandro.

I have an "update_adblock" script, which runs every week. It downloads a blacklist (StevenBlack) and automatically removes entries matching a whitelist I have (a sorted file having one whitelisted host per line).

This is done using "comm -23 blacklist_sorted whitelist_sorted" so that only hosts unique to the blacklist (i.e. not present in the whitelist) are output.

From there I build my unbound config (local-zone, local-data, etc.).

Cheers.

Hi guys.
Im trying to find without success how to create a whitelist to bypass
false positive domains listed on my blocklist.

So far ... what I do is to remove false positives from blocklist.
This is not so effective since , I will need to do everytime I update my
lists.

this is probably the last time i will answer a question that contains
the word "blocklist". (i'm sure that comes as a relief to many!)

Do you know how to implement whitelist ?

https://tools.ietf.org/id/draft-vixie-dnsop-dns-rpz-00.html#rfc.section.3.3

(attachments)