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, //解决腾讯视频无法播放 );