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
path: root/web
diff options
context:
space:
mode:
authorIvan Korney <42863342+ivkorn@users.noreply.github.com>2025-09-11 08:06:51 +0300
committerGitHub <noreply@github.com>2025-09-11 08:06:51 +0300
commit33a36ada4b681800677d6f9a140a6d7140ccd97a (patch)
tree97e8215ad70a6df83cb9d2d46f0bc6cf15a5b8ed /web
parent82ddd106277420ff80093e6f014cf36c6c57a17b (diff)
fix: ru top level domain regexp option (#3450)
Diffstat (limited to 'web')
-rw-r--r--web/html/xray.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xray.html b/web/html/xray.html
index 2f2f415a..12073634 100644
--- a/web/html/xray.html
+++ b/web/html/xray.html
@@ -351,7 +351,7 @@
{ 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$' },