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" } ]