Luci-app-unbound broken in 25.12 release?

After installing the latest 25.12 release, the unbound configuration pages are empty in the luci web interface:

Only the zones and status tab have content. The other two tabs with the settings are empty.

works for me. do you also have dnsmasq installed?

The problem appears to be the config file. My existing config file started with:

config unbound

while the new default uses:

config unbound 'ub_main'

If I add the 'ub_main' part, the sections re-appear in luci.

1 Like

That's interesting. I do see in the new javascript version of luci-app-unbound that it references the ub_main named section. Maybe @systemcrash can comment on the reason the named section was hard-coded during the Lua-to-JS conversion.

'ub_main' is the name of the section in the base package since Openwrt 21.02. ... :slight_smile:

1 Like

Understood. But is it a good idea to hard-code it? You guys will know better than me how flexible LuCI apps can or should be related to config files. Cheers! :clinking_beer_mugs:

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.