I want to play video of youku.com, but fail, I check the log as follows,
Aug 6 05:33:07 OpenWrt daemon.warn dnsmasq[1150]: possible DNS-rebind attack detected: f.youku.com
For Openwrt, I disable DnsMasq in Luci to resolve this problem easily, but for Gargoyle, How to resolve this problem?
How to disable DNSMasq?
Moderator: Moderators
Re: How to disable DNSMasq?
Code: Select all
/etc/init.d/dnsmasq stop
Code: Select all
/etc/init.d/dnsmasq disable
Re: How to disable DNSMasq?
Many thanks!trex wrote:Code: Select all
/etc/init.d/dnsmasq stop
Code: Select all
/etc/init.d/dnsmasq disable
