diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 6df409ee9..1693f2172 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17354,5 +17354,29 @@ "issuesUrl": "https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/issues", "licenseId": 10, "name": "Syncthing Relay Server IPs" + }, + { + "description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google. ", + "homeUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists", + "id": 2579, + "issuesUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/issues", + "licenseId": 9, + "name": "Inversion DNSBL (Domain Name System-based blackhole list) Blocklists Light" + }, + { + "description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google. ", + "homeUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists", + "id": 2580, + "issuesUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/issues", + "licenseId": 9, + "name": "Inversion DNSBL (Domain Name System-based blackhole list) Blocklists Full Hostnames" + }, + { + "description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google. ", + "homeUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists", + "id": 2581, + "issuesUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/issues", + "licenseId": 9, + "name": "Inversion DNSBL (Domain Name System-based blackhole list) Blocklists Full IPv4s" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 809074aa7..c74274882 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -5826,5 +5826,17 @@ { "filterListId": 2578, "maintainerId": 174 + }, + { + "filterListId": 2579, + "maintainerId": 174 + }, + { + "filterListId": 2580, + "maintainerId": 174 + }, + { + "filterListId": 2581, + "maintainerId": 174 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 4f801504e..07cf7b999 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8698,5 +8698,17 @@ { "filterListId": 2578, "syntaxId": 9 + }, + { + "filterListId": 2579, + "syntaxId": 2 + }, + { + "filterListId": 2580, + "syntaxId": 2 + }, + { + "filterListId": 2581, + "syntaxId": 9 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 8c01e4c77..7289f9757 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12622,5 +12622,17 @@ { "filterListId": 2578, "tagId": 10 + }, + { + "filterListId": 2579, + "tagId": 6 + }, + { + "filterListId": 2580, + "tagId": 6 + }, + { + "filterListId": 2581, + "tagId": 6 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index f0c9a4d25..08ea877f4 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16120,5 +16120,23 @@ "id": 2843, "primariness": 1, "url": "https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/blob/main/ips.txt?raw=1" + }, + { + "filterListId": 2579, + "id": 2844, + "primariness": 1, + "url": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/blob/main/Google_hostnames_light.txt?raw=true" + }, + { + "filterListId": 2580, + "id": 2845, + "primariness": 1, + "url": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/blob/main/Google_hostnames.txt?raw=true" + }, + { + "filterListId": 2581, + "id": 2846, + "primariness": 1, + "url": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/blob/main/Google_ipv4.txt?raw=true" } ]