From b2eae419cb56389b465213e894fcdf5731ae274c Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Fri, 10 Apr 2026 02:19:57 +0700 Subject: [PATCH] Add domains to domains.json configuration --- domains.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/domains.json b/domains.json index d9d10aa..ebc7c92 100644 --- a/domains.json +++ b/domains.json @@ -2,8 +2,14 @@ "version": 3, "rules": [ { - "domain": [], - "domain_suffix": [], + "domain": [ + "reyden-x.com", + "personal.reyden-x.com" + ], + "domain_suffix": [ + "reyden-x.com", + "personal.reyden-x.com" + ], "domain_keyword": [] } ]