Hey, I was able to use the NextDNS for a specific interface but without the NextDNS ID, Here you can check the old post. Now how can i set the NextDNS id for the openwrt with DHCP?
This is how NextDNS said, but OpenWRT has different config, So i was unable to do here the config. dnsmasq
Use the following in dnsmasq.conf:
I don't have really a clue about add-cpe-id=. The OpenWrt dnsmasq wiki does not mention this option at all. So you would probably need the dnsmasq-full package. The installed dnsmasq is a stripped down version. It could be also that the version of dnsmasq OpenWrt is using is lagging a bit behind the upstream version and this option is simple not there.
Before you start you have to issue a: opkg update
You have to remove the installed version first with: opkg remove dnsmasq
and after you install the full version with: opkg install dnsmasq-full
Sorry this is not what i meant here, I asked for the config i mean like config dnsmasq option add-cpe-id 'ls2458' . Anyways someone have made a post on feature request here.