From b2a39d0d02e2e6fd02e8a1fa09fae477e896f45b Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 1 Oct 2022 09:51:08 -0500 Subject: [PATCH] =?UTF-8?q?feat(db):=20=E2=9C=A8=20add=20Inversion=20Cloud?= =?UTF-8?q?IPs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/Directory/data/FilterList.json | 8 ++++++++ services/Directory/data/FilterListMaintainer.json | 4 ++++ services/Directory/data/FilterListSyntax.json | 4 ++++ services/Directory/data/FilterListViewUrl.json | 6 ++++++ services/Directory/data/Maintainer.json | 6 ++++++ 5 files changed, 28 insertions(+) diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index bd502f2ae..0d33d7158 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17591,5 +17591,13 @@ "issuesUrl": "https://github.com/Leaf16591/AdAway-Default-Blocklist-AdGuard-Version/issues", "licenseId": 5, "name": "AdAway Default Blocklist (AdGuard Version)" + }, + { + "description": "Malicious IP blocklists derived via lexical analysis of cloud virtual machine hostnames listed in the Inversion DNSBL Blocklists, updated every hour.", + "homeUrl": "https://github.com/elliotwutingfeng/Inversion-CloudIPs", + "id": 2613, + "issuesUrl": "https://github.com/elliotwutingfeng/Inversion-CloudIPs/issues", + "licenseId": 10, + "name": "Inversion CloudIPs" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 1179bce83..786cfa2a8 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -6042,5 +6042,9 @@ { "filterListId": 2612, "maintainerId": 184 + }, + { + "filterListId": 2613, + "maintainerId": 185 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 9bf2ef286..1506bc777 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8834,5 +8834,9 @@ { "filterListId": 2612, "syntaxId": 6 + }, + { + "filterListId": 2613, + "syntaxId": 1 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 371ea518d..77c972bc1 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16336,5 +16336,11 @@ "id": 2879, "primariness": 1, "url": "https://raw.githubusercontent.com/Leaf16591/AdAway-Default-Blocklist-AdGuard-Version/main/Host" + }, + { + "filterListId": 2613, + "id": 2880, + "primariness": 1, + "url": "https://raw.githubusercontent.com/elliotwutingfeng/Inversion-CloudIPs/main/ips.txt" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 576527b45..98700c72c 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -956,5 +956,11 @@ "id": 184, "name": "Matteo", "url": "https://github.com/Leaf16591" + }, + { + "id": 185, + "name": "Wu Tingfeng", + "url": "https://github.com/elliotwutingfeng", + "emailAddress": "wutingfeng@outlook.com" } ]