Page 1 of 1

How to disable DNSMasq?

Posted: Sat Aug 25, 2012 10:52 am
by haorui65
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?

Re: How to disable DNSMasq?

Posted: Sat Sep 01, 2012 9:28 am
by trex

Code: Select all

/etc/init.d/dnsmasq stop

Code: Select all

/etc/init.d/dnsmasq disable

Re: How to disable DNSMasq?

Posted: Tue Oct 02, 2012 8:26 am
by haorui65
trex wrote:

Code: Select all

/etc/init.d/dnsmasq stop

Code: Select all

/etc/init.d/dnsmasq disable
Many thanks! :D