From 266afa09e6ad6149725b028a198308c939fdb62b Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" Date: Mon, 27 Jan 2025 20:22:01 +0600 Subject: [PATCH] add `malicious-hosts-bd` --- services/Directory/data/FilterList.json | 8 ++++++++ services/Directory/data/FilterListLanguage.json | 8 ++++++++ .../Directory/data/FilterListMaintainer.json | 4 ++++ services/Directory/data/FilterListSyntax.json | 4 ++++ services/Directory/data/FilterListTag.json | 16 ++++++++++++++++ services/Directory/data/FilterListViewUrl.json | 6 ++++++ services/Directory/data/Maintainer.json | 6 ++++++ 7 files changed, 52 insertions(+) diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 59677dd01..5ad818bb0 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17852,5 +17852,13 @@ "issuesUrl": "https://github.com/ph00lt0/blocklist/issues", "licenseId": 9, "name": "Ph00lt0's Blocklist (HOSTS)" + }, + { + "id": 2728, + "name": "Malicious Hosts BD", + "description": "An attempt to list malicious sites that plagues the cyberspace of Bangladesh.", + "licenseId": 10, + "homeUrl": "https://github.com/touhidurrr/malicious-hosts-bd", + "issuesUrl": "https://github.com/touhidurrr/malicious-hosts-bd/issues" } ] diff --git a/services/Directory/data/FilterListLanguage.json b/services/Directory/data/FilterListLanguage.json index 94c8cf535..134eaa4a8 100644 --- a/services/Directory/data/FilterListLanguage.json +++ b/services/Directory/data/FilterListLanguage.json @@ -3506,5 +3506,13 @@ { "filterListId": 2666, "languageId": 180 + }, + { + "filterListId": 2728, + "languageId": 19 + }, + { + "filterListId": 2728, + "languageId": 37 } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index a93e78419..e7f5c7d17 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -6102,5 +6102,9 @@ { "filterListId": 2727, "maintainerId": 195 + }, + { + "filterListId": 2728, + "maintainerId": 196 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 03f1aabb4..b9b1116c2 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -9046,5 +9046,9 @@ { "filterListId": 2727, "syntaxId": 1 + }, + { + "filterListId": 2728, + "syntaxId": 2 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 748cc9d47..b7c77c109 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12966,5 +12966,21 @@ { "filterListId": 2727, "tagId": 3 + }, + { + "filterListId": 2728, + "tagId": 2 + }, + { + "filterListId": 2728, + "tagId": 3 + }, + { + "filterListId": 2728, + "tagId": 6 + }, + { + "filterListId": 2728, + "tagId": 7 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index a53992543..db2ac4b3d 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16767,5 +16767,11 @@ "id": 3060, "primariness": 1, "url": "https://raw.githubusercontent.com/ph00lt0/blocklists/master/pihole-blocklist.txt" + }, + { + "id": 3061, + "filterListId": 2728, + "primariness": 1, + "url": "https://raw.githubusercontent.com/touhidurrr/malicious-hosts-bd/main/domains.txt" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 9dd6ce5c3..0b115fa78 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -1007,5 +1007,11 @@ "id": 195, "name": "ph00lt0", "url": "https://github.com/ph00lt0" + }, + { + "id": 196, + "name": "Md. Touhidur Rahman", + "emailAddress": "তালিকা@তৌহিদুর.বাংলা", + "url": "তৌহিদুর.বাংলা" } ]