How to disable DNSMasq?

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Post Reply
haorui65
Posts: 2
Joined: Sat Aug 25, 2012 10:38 am

How to disable DNSMasq?

Post 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?

trex
Posts: 10
Joined: Fri May 11, 2012 11:54 am
Location: Paraguay

Re: How to disable DNSMasq?

Post by trex »

Code: Select all

/etc/init.d/dnsmasq stop

Code: Select all

/etc/init.d/dnsmasq disable

haorui65
Posts: 2
Joined: Sat Aug 25, 2012 10:38 am

Re: How to disable DNSMasq?

Post by haorui65 »

trex wrote:

Code: Select all

/etc/init.d/dnsmasq stop

Code: Select all

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

Post Reply