andresmorago
Senior Member
hello
im sorry for bringing this topic back but im struggling with it and havent been able to find any solution yet.
i have an AC66U running 378.52_2
i wanna redirect dns request for especific websites by using the dnsmasq.conf.add file. i already have created the file at the jffs folder and is also executable. still, those websites are not being redirected through the desired dns.
here is the dnsmasq.conf.add. as you can see, pretty straight forward
i have manually checked the dns and it works when i set it up directly on my computer.
can you please advise?
thanks!
im sorry for bringing this topic back but im struggling with it and havent been able to find any solution yet.
i have an AC66U running 378.52_2
i wanna redirect dns request for especific websites by using the dnsmasq.conf.add file. i already have created the file at the jffs folder and is also executable. still, those websites are not being redirected through the desired dns.
here is the dnsmasq.conf.add. as you can see, pretty straight forward
Code:
server=/hbogo.com/54.221.207.100
server=/espn.com/54.221.207.100
server=/espn.go.com/54.221.207.100
server=/netflix.com/54.221.207.100
server=/tunlr.com/54.221.207.100
server=/directv.com/54.221.207.100
server=/crackle.com/54.221.207.100
server=/pandora.com/54.221.207.100
server=/comedycentral.com/54.221.207.100
Code:
admin@RT-AC66U-FF48:/jffs/configs# cat /etc/dnsmasq.conf
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=ppp1*
no-dhcp-interface=ppp1*
resolv-file=/tmp/resolv.conf
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
dhcp-range=lan,10.0.0.2,10.0.0.254,255.255.255.0,86400s
dhcp-option=lan,3,10.0.0.1
dhcp-option=lan,252,"\n"
dhcp-authoritative
#no-resolv
strict-order
server=/hbogo.com/54.221.207.117
server=/espn.com/54.221.207.100
server=/espn.go.com/54.221.207.100
server=/netflix.com/54.221.207.100
server=/tunlr.com/54.221.207.100
server=/directv.com/54.221.207.100
server=/crackle.com/54.221.207.117
server=/pandora.com/54.221.207.100
server=/comedycentral.com/54.221.207.100
server=/cc.com/54.221.207.100
server=/mtvnservices.com/54.221.207.100
i have manually checked the dns and it works when i set it up directly on my computer.
can you please advise?
thanks!
