DNSBL bypass not working
-
Ok so using pfsense free 2.6 and latest version dlevel of pfblockerng.
I enabled Python unbound and Regex Blocking (with some rules for youtube and netflix) and also Python Group Policy (to bypass these rules for some devices).The ips listed under Python Group Policy , do NOT bypass the Regex blocking.
I also saw somewhere that you can use views under DNS resolver such as:
server:
access-control-view: 192.168.0.2 bypass
access-control-view: 192.168.0.2 dnsbl
view:
name: "bypass"
view-first: yes
view:
name: "dnsbl"
view-first: yes
include: /var/unbound/pfb_dnsbl.*confThese ALSO don't work.
And yes, I did force reload, closed browsers, flushdns etc.
Is this a bug?
Is there any way around it (other than custom rules for these ip's and use of different DNS).
Thanks