DD-WRT 屏蔽廣告

echo "interface=br0" >/tmp/dnsmasq.conf
echo "resolv-file=/tmp/resolv.dnsmasq" >>/tmp/dnsmasq.conf
echo "dhcp-leasefile=/tmp/dnsmasq.leases" >>/tmp/dnsmasq.conf
echo "dhcp-lease-max=50" >>/tmp/dnsmasq.conf
echo "dhcp-option=lan,3,192.168.1.1" >>/tmp/dnsmasq.conf
echo "dhcp-authoritative" >>/tmp/dnsmasq.conf
echo "dhcp-range=lan,192.168.1.100,192.168.1.149,255.255.255.0,1440m" >>/tmp/dnsmasq.conf
echo "stop-dns-rebind" >>/tmp/dnsmasq.conf
echo "address=/mobads-logs.baidu.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/www.cdyushun.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/hm.baidu.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/www.google-analytics.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/www.cdyushun.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/wap.5188call.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/mobads.baidu.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/ubmcmm.baidustatic.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/static.adwo.com/127.0.0.1" >>/tmp/dnsmasq.conf
echo "address=/pgdt.gtimg.cn/127.0.0.1" >>/tmp/dnsmasq.conf
 
logger Restarting dnsmasq
killall dnsmasq
dnsmasq --conf-file=/tmp/dnsmasq.conf

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章