XIII
Very Senior Member
I'm trying to change my NextDNS rewrite (router.mydomain.com to 192.168.1.1) into a dnsmasq entry (which I believe makes more sense, since it will work locally only anyway).
This is what I added in /jffs/configs/dnsmasq.conf.add:
This is what I added in /jffs/nextdns/nextdns.conf.add (see here):
Then I executed this:
However:
What am I doing wrong? How can I fix it?
(Once fixed I also want to "rewrite" homebridge.mydomain.com to 192.168.1.123 using an extra line in nextdns.conf.add)
This is what I added in /jffs/configs/dnsmasq.conf.add:
Code:
address=/router.mydomain.com/192.168.1.1
This is what I added in /jffs/nextdns/nextdns.conf.add (see here):
Code:
forwarder mydomain.com=192.168.1.1
Then I executed this:
Code:
nextdns restart
service restart_dnsmasq
However:
Code:
➜ nslookup router.mydomain.com
Server: 45.90.28.35
Address 1: 45.90.28.35 dns1.nextdns.io
nslookup: can't resolve 'router.mydomain.com'
What am I doing wrong? How can I fix it?
(Once fixed I also want to "rewrite" homebridge.mydomain.com to 192.168.1.123 using an extra line in nextdns.conf.add)
Last edited: