OPNsense Forum

English Forums => General Discussion => Topic started by: Guido 223 on May 31, 2026, 06:28:03 PM

Title: Extended Blocklists are not accessible after upgrading to the Business version
Post by: Guido 223 on May 31, 2026, 06:28:03 PM
Hi,

I upgraded to the Business version today, but I can't access the "Services: Unbound DNS: Extended Blocklists" menu; it's missing from the GUI.

The previous "Services: Unbound DNS: Blocklists" feature no longer seems to work.
Websites now display ads, e.g., from doubleclick.net. The tester correctly returns "Block," but the blocking does not work.
{
  "status": "OK",
  "action": "Block",
  'policy': {
    "source_nets": [],
   
"address": "0.0.0.0",
    "rcode": 0,
    "description": "Steven Black List",
    'id': "beee638e-a1e0-40b8-a405-4d93f1023a57",
   
"passlist": ".*localhost$",
    "prio": 3.402823669209385e+38,
    "hidx": 0,
    'bl': "sb"
  }
}

What can I do to get the blocklists working again?
And how to access the Extended Blocklists?
Title: Re: Extended Blocklists are not accessible after upgrading to the Business version
Post by: Patrick M. Hausen on May 31, 2026, 07:46:35 PM
Your post is a bit confusing because according to the documentation the Extended Blocklists are a Business Edition only feature. So if you upgraded from Community Edition to BE you they should have not been available before and should be now.

Now if you actually "upgraded" a BE installation to a newer CE one, that would explain why the feature is now gone.
Title: Re: Extended Blocklists are not accessible after upgrading to the Business version
Post by: Guido 223 on June 01, 2026, 06:23:04 PM
Hi,
thanks for the reply! To clarify:
I upgraded from Community Edition 26.1.8_5 to Business Edition 26.4_14, installed all updates, and restarted the system.

I expected the Extended Blocklists to now be found under Services -> Unbound DNS -> Extended Blocklists, as described in the documentation.
https://docs.opnsense.org/vendor/deciso/extended_dnsbl.html

However, this entry is not present, only Services -> Unbound DNS -> Blocklists can be found. I suspect that in CE 25.7.8, there was an integration into the regular blacklists?
https://sheridancomputers.com/blog/view/videos/how-the-new-unbound-extended-blocklists-work-in-opnsense-25-7-8-full-guide (https://sheridancomputers.com/blog/view/videos/how-the-new-unbound-extended-blocklists-work-in-opnsense-25-7-8-full-guide)

I had issues with the Unbound DNS blacklists yesterday after the upgrade, so I used a backup to performed the CE -> BE upgrade process again today, and now the blocking works as expected.

I will therefore consider the issue resolved for now, but I welcome any suggestions or tips.
Title: Re: Extended Blocklists are not accessible after upgrading to the Business version
Post by: Patrick M. Hausen on June 01, 2026, 08:47:54 PM
@Monviech can you shed some light on this? The documentation still lists Extended Blocklist as a BE feature, if I am not mistaken.
Title: Re: Extended Blocklists are not accessible after upgrading to the Business version
Post by: Monviech (Cedrik) on June 01, 2026, 10:18:04 PM
It has been merged into community, documentation might need an update.