Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
Find entry in DNSBL?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Find entry in DNSBL? (Read 1805 times)
OPNsense4ever
Newbie
Posts: 25
Karma: 2
Find entry in DNSBL?
«
on:
March 26, 2020, 02:51:07 am »
Hello,I recently broke my Nest Protects and I have tracked down the issue to the DNSBLs that I have setup. I see a bunch of lookups to czfe65.front01.iad01.production.nest.com for instance being blocked. I do I find which list is causing this? Love to turn that one off if possible. I know I can whitelist, but I would prefer to find the offending list.
Thanks so much!
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: Find entry in DNSBL?
«
Reply #1 on:
March 26, 2020, 05:30:36 pm »
Sadly you have to try one by one as the script in the end puts all together.
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
OPNsense4ever
Newbie
Posts: 25
Karma: 2
Re: Find entry in DNSBL?
«
Reply #2 on:
March 26, 2020, 09:22:06 pm »
Ugh, that's not my favorite answer.
Just to clarify, all of the rules are loaded and then dumped into one master set at the end by a script and that is the list that is used to block against?
Where in the filesystem might I find this master list at least?
Thanks!
Logged
johnsmi
Jr. Member
Posts: 60
Karma: 9
Re: Find entry in DNSBL?
«
Reply #3 on:
March 26, 2020, 11:24:52 pm »
You can find the links of the individual lists - depending where you're blocking - at
https://raw.githubusercontent.com/opnsense/plugins/master/dns/unbound-plus/src/opnsense/scripts/OPNsense/Unboundplus/dnsbl.py
https://raw.githubusercontent.com/opnsense/plugins/master/dns/dnscrypt-proxy/src/opnsense/scripts/OPNsense/Dnscryptproxy/dnsbl.sh
https://raw.githubusercontent.com/opnsense/plugins/master/dns/bind/src/opnsense/scripts/OPNsense/Bind/dnsbl.sh
E.g. the resulting BIND-blocklist can be found at
Code:
[Select]
/usr/local/etc/namedb/dnsbl.inc
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
Find entry in DNSBL?