mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
domain-list-community (category update)
add cn and ru regexp
This commit is contained in:
parent
cf1cfbee96
commit
37ab8f42e9
1 changed files with 8 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue