conf-file=/etc/adblock.confconf-file=/etc/dnsmasq.d#!/bin/shwget --no-check-certificate -qO - https://easylist-downloads.adblockplus.org/chinalist+easylist.txt | grep ^\|\|[^\*]*\^$ | sed -e 's:||:address\=\/:' -e 's:\^:/127\.0\.0\.1:' > /etc/adblock.conf/etc/init.d/dnsmasq restart...
阅读全文>>