From fd703f1d4b4416e12112a808671ecf24d02fba46 Mon Sep 17 00:00:00 2001 From: Spencer C <109806759+SpencerIsGiddy@users.noreply.github.com> Date: Tue, 30 May 2023 19:07:24 -0400 Subject: [PATCH] Add Homograph blocklist by cbuijs --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.json b/config.json index 6abb6d7..a9ea961 100644 --- a/config.json +++ b/config.json @@ -1862,6 +1862,15 @@ "https://raw.githubusercontent.com/tim-hub/tiny-cn-blocklist-replenish/master/others.txt"], "pack": ["liteprivacy", "gambling"], "level": [0, 1] + }, + { + "vname": "Homograph IDN", + "group": "Security", + "subg": "", + "format": "domains", + "url": "https://raw.githubusercontent.com/cbuijs/accomplist/master/homograph/plain.black.idn.domain.list", + "pack": ["scams & phishing"], + "level": [2] } ] }