From b09f52357ccd84f201b600079577051f7ba0473a Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Fri, 27 Sep 2024 13:34:12 +0200 Subject: update block and direct connection --- web/html/xui/settings.html | 8 ++--- web/html/xui/xray.html | 89 ++++++++++++++++++++++++++++++++-------------- 2 files changed, 66 insertions(+), 31 deletions(-) (limited to 'web/html') diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index f2462518..803459a0 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -380,14 +380,14 @@ - + - + - + - + diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 71c7f4a1..f467c97a 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -235,44 +235,78 @@ - + - - - - - - - - + + + + + + + + +
+ + + + + + + +
- + - - - - - - - - + + + + + + + + +
+ + + + + + + +
@@ -851,18 +885,19 @@ apple: ["geosite:apple"], reddit: ["geosite:reddit"], cn: [ - "geosite:cn", - "regexp:.*\\.cn$" + "regexp:.*\\.cn$", + "geosite:cn" ], ru: [ - "geosite:category-ru", //https://github.com/v2fly/domain-list-community/blob/master/data/category-ru - "regexp:.*\\.ru$" + "regexp:.*\\.ru$", + "geosite:category-ru" //https://github.com/v2fly/domain-list-community/blob/master/data/category-ru + ], ir: [ - "geosite:category-ir", // https://github.com/v2fly/domain-list-community/blob/master/data/category-ir "regexp:.*\\.ir$", - "regexp:.*\\.xn--mgba3a4f16a$", // .ایران - "ext:geosite_IR.dat:ir" + "ext:geosite_IR.dat:ir", + "geosite:category-ir", // https://github.com/v2fly/domain-list-community/blob/master/data/category-ir + "regexp:.*\\.xn--mgba3a4f16a$" // .ایران ], vn: [ "regexp:.*\\.vn$", -- cgit v1.2.3