From 9c90d38fe06cf64dfef519246b91faa492e7d4b9 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Mon, 23 Mar 2026 14:34:49 +0700 Subject: [PATCH] Add domain and domain_suffix for reyden-x.com --- domains.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains.json b/domains.json index d9d10aa..8f48413 100644 --- a/domains.json +++ b/domains.json @@ -2,8 +2,12 @@ "version": 3, "rules": [ { - "domain": [], - "domain_suffix": [], + "domain": [ + "reyden-x.com" + ], + "domain_suffix": [ + ".reyden-x.com" + ], "domain_keyword": [] } ]