From a9c3b15b61bd6a159206abc46bef254136b59601 Mon Sep 17 00:00:00 2001 From: gently <1243610+gentlyxu@users.noreply.github.com> Date: Mon, 3 Feb 2020 13:31:17 +0800 Subject: [PATCH] domains format --- adblock-for-dnsmasq.conf | 2 +- anti-ad-domains.txt | 2 +- anti-ad-easylist.txt | 2 +- anti-ad-surge.txt | 2 +- lib/writerFormat.class.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adblock-for-dnsmasq.conf b/adblock-for-dnsmasq.conf index ff055eaa..8b9148f7 100644 --- a/adblock-for-dnsmasq.conf +++ b/adblock-for-dnsmasq.conf @@ -1,4 +1,4 @@ -#VER=20200203045303 +#VER=20200203053053 #URL=https://github.com/privacy-protection-tools/anti-AD address=/0024aaaa.com/ address=/0026645142c89aeb1.com/ diff --git a/anti-ad-domains.txt b/anti-ad-domains.txt index f784656a..bfcb50bb 100644 --- a/anti-ad-domains.txt +++ b/anti-ad-domains.txt @@ -1,4 +1,4 @@ -#VER=20200203045303 +#VER=20200203053053 #URL=https://github.com/privacy-protection-tools/anti-AD 0024aaaa.com 0026645142c89aeb1.com diff --git a/anti-ad-easylist.txt b/anti-ad-easylist.txt index 317f5658..aa8af666 100644 --- a/anti-ad-easylist.txt +++ b/anti-ad-easylist.txt @@ -1,5 +1,5 @@ !AdBlock-style blocklists -!VER=20200203045303 +!VER=20200203053053 !URL=https://github.com/privacy-protection-tools/anti-AD ||201*.myhard.com^ ||8*.tianya.cn^ diff --git a/anti-ad-surge.txt b/anti-ad-surge.txt index cde0bed2..567ab028 100644 --- a/anti-ad-surge.txt +++ b/anti-ad-surge.txt @@ -1,4 +1,4 @@ -#VER=20200203045303 +#VER=20200203053053 #URL=https://github.com/privacy-protection-tools/anti-AD DOMAIN-SUFFIX,0024aaaa.com DOMAIN-SUFFIX,0026645142c89aeb1.com diff --git a/lib/writerFormat.class.php b/lib/writerFormat.class.php index fdeddda6..fa36b2ca 100644 --- a/lib/writerFormat.class.php +++ b/lib/writerFormat.class.php @@ -36,7 +36,7 @@ class writerFormat{ const DOMAINS = array( 'format' => '{DOMAIN}', 'header' => "#VER={DATE}\n#URL={URL}\n", - 'name' => 'surge', + 'name' => 'domains', 'filename' => 'anti-ad-domains.txt' );