diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-08 13:20:43 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-08 13:20:43 +0300 |
| commit | 37ab8f42e956e04f41bca1a616739689a817a74c (patch) | |
| tree | 965ac13bd272f3ab0d171537a41334101f470486 /web | |
| parent | cf1cfbee9615fb2078c77432bcc3468c06ac73a5 (diff) | |
domain-list-community (category update)
add cn and ru regexp
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/settings.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index e1237971..07560967 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -285,8 +285,14 @@ google: ["geosite:google"], spotify: ["geosite:spotify"], netflix: ["geosite:netflix"], - cn: ["geosite:cn"], - ru: ["geosite:category-ru-gov"], + cn: [ + "geosite:cn", + "regexp:.*\\.cn$" + ], + ru: [ + "geosite:category-gov-ru", + "regexp:.*\\.ru$" + ], ir: [ "regexp:.*\\.ir$", "ext:iran.dat:ir", |
