From 47e3df3c83d99d320dca33da23453b0df42bc3f0 Mon Sep 17 00:00:00 2001 From: Zelo72 Date: Tue, 26 Oct 2021 00:00:09 +0200 Subject: [PATCH] auto-update --- resources/affiliatetracking.json | 13 ------------- resources/big.json | 31 ------------------------------ resources/cryptoscamdb.json | 13 ------------- resources/fake.json | 13 ------------- resources/multi.json | 13 ------------- resources/nso-pegasus.json | 13 ------------- resources/personal.json | 13 ------------- resources/threat-intelligence.json | 13 ------------- 8 files changed, 122 deletions(-) delete mode 100755 resources/affiliatetracking.json delete mode 100755 resources/big.json delete mode 100755 resources/cryptoscamdb.json delete mode 100755 resources/fake.json delete mode 100755 resources/multi.json delete mode 100755 resources/nso-pegasus.json delete mode 100755 resources/personal.json delete mode 100755 resources/threat-intelligence.json diff --git a/resources/affiliatetracking.json b/resources/affiliatetracking.json deleted file mode 100755 index 7cc4d8e..0000000 --- a/resources/affiliatetracking.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Affiliate Tracking", - "sources": [ - { - "source": "https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/blocklists/affiliatetracking.txt", - "type": "hosts", - "transformations": [ - "RemoveComments", - "Compress" - ] - } - ] -} \ No newline at end of file diff --git a/resources/big.json b/resources/big.json deleted file mode 100755 index e8642e6..0000000 --- a/resources/big.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Big", - "sources": [ - { - "source": "https://raw.githubusercontent.com/Zelo72/adguard/main/multi.adblock", - "type": "adblock", - "transformations": [ - "RemoveComments" - ] - }, - { - "source": "https://raw.githubusercontent.com/Zelo72/adguard/main/fake.adblock", - "type": "adblock", - "transformations": [ - "RemoveComments" - ] - }, - { - "source": "https://abp.oisd.nl/", - "type": "adblock", - "transformations": [ - "RemoveComments" - ] - } - ], - "transformations": [ - "RemoveComments", - "Compress", - "Deduplicate" - ] -} \ No newline at end of file diff --git a/resources/cryptoscamdb.json b/resources/cryptoscamdb.json deleted file mode 100755 index bcf340b..0000000 --- a/resources/cryptoscamdb.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "CryptoscamDB", - "sources": [ - { - "source": "https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/blocklists/cryptoscamdb.txt", - "type": "hosts", - "transformations": [ - "RemoveComments", - "Compress" - ] - } - ] -} \ No newline at end of file diff --git a/resources/fake.json b/resources/fake.json deleted file mode 100755 index 4c5096c..0000000 --- a/resources/fake.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Fake", - "sources": [ - { - "source": "https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/blocklists/fake.txt", - "type": "hosts", - "transformations": [ - "RemoveComments", - "Compress" - ] - } - ] -} \ No newline at end of file diff --git a/resources/multi.json b/resources/multi.json deleted file mode 100755 index 61566eb..0000000 --- a/resources/multi.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Multi", - "sources": [ - { - "source": "https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/blocklists/multi.txt", - "type": "hosts" - } - ], - "transformations": [ - "RemoveComments", - "Compress" - ] -} \ No newline at end of file diff --git a/resources/nso-pegasus.json b/resources/nso-pegasus.json deleted file mode 100755 index 955186d..0000000 --- a/resources/nso-pegasus.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "NSO-Pegasus", - "sources": [ - { - "source": "https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/blocklists/nso-pegasus.txt", - "type": "hosts", - "transformations": [ - "RemoveComments", - "Compress" - ] - } - ] -} \ No newline at end of file diff --git a/resources/personal.json b/resources/personal.json deleted file mode 100755 index 8d3d571..0000000 --- a/resources/personal.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Personal", - "sources": [ - { - "source": "https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/blocklists/personal.txt", - "type": "hosts", - "transformations": [ - "RemoveComments", - "Compress" - ] - } - ] -} \ No newline at end of file diff --git a/resources/threat-intelligence.json b/resources/threat-intelligence.json deleted file mode 100755 index 447a5af..0000000 --- a/resources/threat-intelligence.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Threat Intelligence Feeds", - "sources": [ - { - "source": "https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/blocklists/threat-intelligence.txt", - "type": "hosts" - } - ], - "transformations": [ - "RemoveComments", - "Compress" - ] -} \ No newline at end of file