Replace lines 56 and 57 with
`# OpenWrt 24.10 and older use opkg package manager\n` +
`opkg update\n` +
`opkg install https-dns-proxy\n\n` +
`# OpenWrt 25.12 and newer use apk package manager\n` +
`apk update\n` +
`apk add https-dns-proxy\n\n` +
--
Thanks.
moddns/app/src/pages/setup/guides/Routers.tsx
Line 56 in 71e3fcc
Replace lines 56 and 57 with
--
Thanks.