OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: ad1m on January 12, 2021, 05:34:29 PM

Title: [SOLVED] Unbound DNSBL autoadds yoyo to custom list
Post by: ad1m on January 12, 2021, 05:34:29 PM
Hello all,

I have encountered a strange behavior of DNSBL on:

OPNsense 20.7.7_1-amd64
FreeBSD 12.1-RELEASE-p11-HBSD
OpenSSL 1.1.1i 8 Dec 2020

It always adds the yoyo list as a custom URL, even if I delete it.
It can be found in Services:Unbound DNS:Blacklist:URLs of Blacklists (section available after you click on Advanced Mode)

In /var/unbound/etc/blacklists.ini besides the checked predefined list I have:

custom_1=https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext

Is this a bug or a feature? Because I can't seem to get rid of it. No matter from where I delete it (GUI or CLI).
Title: Re: Unbound DNSBL autoadds yoyo to custom list
Post by: mimugmail on January 12, 2021, 05:41:48 PM
Can you try to remove the line manually in config.xml?
Title: Re: Unbound DNSBL autoadds yoyo to custom list
Post by: ad1m on January 12, 2021, 06:56:53 PM
Superb!
I found the line in /conf/config.xml, deleted it and it doesn't pop up any more.

Thank you!