From 2938694c45838ecfcab746aa31d48cedc7d00273 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Fri, 13 Sep 2024 11:15:55 +0200 Subject: geosite:category-ru and ir --- web/html/xui/settings.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web/html/xui/settings.html') 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); -- cgit v1.2.3