I installed luci-app-ddns on AAb2, but it did not show up in luci. It looks like maybe the menu structure was changed.

In /usr/lib/lua/luci/controller/ddns.lua, I changed:

page = entry({"admin", "service", "ddns"}, cbi("ddns/ddns"), _("Dynamic DNS"), 60)

to:

page = entry({"admin", "network", "ddns"}, cbi("ddns/ddns"), _("Dynamic DNS"), 60)

And it appeared.

I didn't see any (relevant) tickets against luci-app-ddns. Should I open a ticket?

--
-Justin
[email protected]

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to