按照網(wǎng)上的教程
第一步
服務(wù)選項(xiàng)里的 DNSMasq 兩項(xiàng)啟用
第二步
把腳本粘貼到“管理”“命令”里并保存為啟動命令
#!/bin/sh
logger WAN up script executing
if test -s /tmp/dnsmasq.ads
then
rm /tmp/dnsmasq.ads
fi
logger Downloading China Lazy List
wget -O - http://adblock-chinalist.googlecode.com/svn/trunk/adblock-lazy.txt |
grep ^\|\|[^\*]*\^$ |
sed -e 's:||:address\=\/:' -e 's:\^:/127\.0\.0\.1:' > /tmp/dnsmasq.ads
grep conf-file /tmp/dnsmasq.conf ||
echo -e "\nconf-file=/tmp/dnsmasq.ads" >> /tmp/dnsmasq.conf
logger Restarting dnsmasq
killall dnsmasq
dnsmasq --conf-file=/tmp/dnsmasq.conf
第三步
把命令粘貼到 “管理”里的 cron附加任務(wù)里,保存并重啟路由
* 1 * * * root /tmp/.rc_startup
但是過濾不了廣告啊。。。
開始覺得是 過濾規(guī)則不行
但是我用360預(yù)覽器里面的Adblock Plus插件也不能過濾掉 優(yōu)酷 愛奇藝的廣告
用360預(yù)覽器里的“廣告防御者”可以過濾掉優(yōu)酷、愛奇藝等視頻網(wǎng)站的廣告。
想問下如何能讓路由器過濾掉這些廣告??