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:
authorIgor Semenov <abitfrosty@gmail.com>2025-01-11 15:39:32 +0300
committerGitHub <noreply@github.com>2025-01-11 15:39:32 +0300
commit0c477716718c5f8052f95ad3c2f51ddf661e7f4e (patch)
treee55704886e8cf86fbaa8136f5a58e6642793f94f
parent67920a196239cd0a74dcbfdcbf5ff1c55c170c3f (diff)
Add Russian domains (#2635)
Add Russian domains
-rw-r--r--web/html/xui/xray.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index 9f355629..cc3e1239 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -916,7 +916,9 @@
{ label: '🇨🇳 China', value: 'geosite:cn' },
{ label: '🇨🇳 .cn', value: 'regexp:.*\\.cn$' },
{ label: '🇷🇺 Russia', value: 'ext:geosite_RU.dat:ru-available-only-inside' },
- { label: '🇷🇺 .ru', value: 'regexp:.*\\.ru' },
+ { label: '🇷🇺 .ru', value: 'regexp:.*\\.ru$' },
+ { label: '🇷🇺 .su', value: 'regexp:.*\\.su$' },
+ { label: '🇷🇺 .рф', value: 'regexp:.*\\.xn--p1ai$' },
{ label: '🇻🇳 .vn', value: 'regexp:.*\\.vn$' },
],
BlockDomainsOptions: [
@@ -933,6 +935,8 @@
{ label: '🇨🇳 .cn', value: 'regexp:.*\\.cn$' },
{ label: '🇷🇺 Russia', value: 'ext:geosite_RU.dat:ru-available-only-inside' },
{ label: '🇷🇺 .ru', value: 'regexp:.*\\.ru' },
+ { label: '🇷🇺 .su', value: 'regexp:.*\\.su$' },
+ { label: '🇷🇺 .рф', value: 'regexp:.*\\.xn--p1ai$' },
{ label: '🇻🇳 .vn', value: 'regexp:.*\\.vn$' },
],
ServicesOptions: [