Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/settings.html')
-rw-r--r--web/html/xui/settings.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html
index 4e2ea055..3433a648 100644
--- a/web/html/xui/settings.html
+++ b/web/html/xui/settings.html
@@ -706,9 +706,7 @@
let category = '';
if (["cn", "private"].includes(d)) {
category = "";
- } else if (d === 'ru') {
- category = "category-gov-";
- } else {
+ } else if (["ru", "ir"].includes(d)) {
category = "category-";
}
rules[0].domain.push("geosite:" + category + d);