From bb3156a957c4be05ccf44212bc74ad4c0c2332a4 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Thu, 5 Feb 2026 13:22:04 +0700 Subject: [PATCH] Add 'toil.cc' to domains and related fields --- domains.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/domains.json b/domains.json index 3f3668a..7b70a30 100644 --- a/domains.json +++ b/domains.json @@ -3,13 +3,16 @@ "rules": [ { "domain": [ - "fextralife.com" + "fextralife.com", + "toil.cc" ], "domain_suffix": [ - ".fextralife.com" + ".fextralife.com", + ".toil.cc" ], "domain_keyword": [ - "fextralife" + "fextralife", + "toil" ] } ]