Add domains to domains.json configuration

This commit is contained in:
2026-04-10 02:19:57 +07:00
committed by GitHub
parent 7a327112bf
commit b2eae419cb
+8 -2
View File
@@ -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": []
}
]