按照网上的教程
第一步
服务选项里的 DNSMasq 两项启用
第二步
把脚本粘贴到“管理”“命令”里并保存为启动命令
#!/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附加任务里,保存并重启路由
* 1 * * * root /tmp/.rc_startup
但是过滤不了广告啊。。。
开始觉得是 过滤规则不行
但是我用360预览器里面的Adblock Plus插件也不能过滤掉 优酷 爱奇艺的广告
用360预览器里的“广告防御者”可以过滤掉优酷、爱奇艺等视频网站的广告。
想问下如何能让路由器过滤掉这些广告??