PickleTickle
New Around Here
All I want is to be able to redirect certain URLs on all devices connected to my router to a local ip address (e.g. router.local in the browser should send me to 192.168.0.1)
I have updated the to contain a single line
but when I go to test.com on any device connected to the router, it just times out. Going to 192.168.0.80 navigates to my unraid server as expected.
I followed this multiple times to make sure it was correct (after resetting all changes on the router) https://github.com/RMerl/asuswrt-merlin.ng/wiki/Custom-domains-with-dnsmasq
Firmware:3004.388.4_0-gnuton1
Router: RT-AX82U
Any ideas?
I have updated the to contain a single line
> cat /jffs/configs/dnsmasq.conf.add
address=/test.com/192.168.0.80
> service restart_dnsmasq
Done.
> cat /etc/dnsmasq.conf
...
address=/test.com/192.168.0.80
>dnsmasq -q
>dnsmasq --test
dnsmasq: syntax check OK.
but when I go to test.com on any device connected to the router, it just times out. Going to 192.168.0.80 navigates to my unraid server as expected.
I followed this multiple times to make sure it was correct (after resetting all changes on the router) https://github.com/RMerl/asuswrt-merlin.ng/wiki/Custom-domains-with-dnsmasq
Firmware:3004.388.4_0-gnuton1
Router: RT-AX82U
Any ideas?