From c8a5c43820c48b081018ad5cd3c7ceb1845e0d8c Mon Sep 17 00:00:00 2001 From: gently Date: Sun, 8 Sep 2019 17:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=85=BE=E8=AE=AF=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=97=A0=E6=B3=95=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adblock-for-dnsmasq.conf | 3 +-- white_domain_list.php | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adblock-for-dnsmasq.conf b/adblock-for-dnsmasq.conf index 10da3a00..1edb3992 100644 --- a/adblock-for-dnsmasq.conf +++ b/adblock-for-dnsmasq.conf @@ -1,4 +1,4 @@ -#TIME=20190907060007 +#TIME=20190908093709 #URL=https://github.com/gentlyxu/anti-AD address=/cnzz.com/ address=/cnzz.net/ @@ -3440,7 +3440,6 @@ address=/dp3.qq.com/ address=/op.ssp.qq.com/ address=/pacaio.match.qq.com/ address=/nc.gdt.qq.com/ -address=/l.qq.com/ address=/livep.l.ott.video.qq.com/ address=/lives.l.ott.video.qq.com/ address=/news-l.play.ott.video.qq.com/ diff --git a/white_domain_list.php b/white_domain_list.php index 919da9f9..07aabb2d 100644 --- a/white_domain_list.php +++ b/white_domain_list.php @@ -13,4 +13,5 @@ return array( 'googleadapis.l.google.com' => true, '.googleadapis.l.google.com' => true, 'wangbase.com' => true, + 'l.qq.com' => true, //解决腾讯视频无法播放 );