diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 1693f2172..4760e58dc 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17356,7 +17356,7 @@ "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. ", + "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", @@ -17364,7 +17364,7 @@ "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. ", + "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", @@ -17372,11 +17372,19 @@ "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. ", + "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" + }, + { + "description": "Whitelist for Ad Blockers, helps to unblock false positives.", + "homeUrl": "https://github.com/DevShubam/Whitelist", + "id": 2582, + "issuesUrl": "https://github.com/DevShubam/Whitelist/issues", + "licenseId": 2, + "name": "Shub's Whitelist" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index c74274882..db965529f 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -5838,5 +5838,9 @@ { "filterListId": 2581, "maintainerId": 174 + }, + { + "filterListId": 2582, + "maintainerId": 175 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 07cf7b999..d6709f242 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8710,5 +8710,9 @@ { "filterListId": 2581, "syntaxId": 9 + }, + { + "filterListId": 2582, + "syntaxId": 9 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 7289f9757..7d3c5a967 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12634,5 +12634,9 @@ { "filterListId": 2581, "tagId": 6 + }, + { + "filterListId": 2582, + "tagId": 10 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 08ea877f4..0464b1fde 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16138,5 +16138,11 @@ "id": 2846, "primariness": 1, "url": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/blob/main/Google_ipv4.txt?raw=true" + }, + { + "filterListId": 2582, + "id": 2847, + "primariness": 1, + "url": "https://raw.githubusercontent.com/DevShubam/Whitelist/master/whitelist.txt" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index cf353e956..68f8e81e7 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -906,5 +906,10 @@ "id": 174, "name": "Wu Tingfeng", "url": "https://github.com/elliotwutingfeng" + }, + { + "id": 175, + "name": "DevShubam", + "url": "https://github.com/DevShubam" } ]