mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-08 12:24:13 +08:00
cn add geolocation-!cn
This commit is contained in:
parent
38e9cfed9a
commit
eba332dc48
@ -19,6 +19,8 @@
|
|||||||
- category-ads 包含了常见的广告域名
|
- category-ads 包含了常见的广告域名
|
||||||
- category-ads-all 包含了常见的广告域名,以及广告提供商的域名
|
- category-ads-all 包含了常见的广告域名,以及广告提供商的域名
|
||||||
|
|
||||||
|
- emoji
|
||||||
|
- 🌏 🚀
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
@ -121,24 +123,23 @@ OPT_RULESET_GROUPS['cn'] = {
|
|||||||
'outbound': 'direct_out',
|
'outbound': 'direct_out',
|
||||||
'rules': [
|
'rules': [
|
||||||
# 'acl:LocalAreaNetwork',
|
# 'acl:LocalAreaNetwork',
|
||||||
'acl:UnBan',
|
|
||||||
'acl:GoogleCN',
|
|
||||||
'acl:SteamCN',
|
|
||||||
'acl:ChinaIp',
|
'acl:ChinaIp',
|
||||||
'acl:ChinaDomain',
|
'acl:ChinaDomain',
|
||||||
'acl:ChinaCompanyIp',
|
'acl:ChinaCompanyIp',
|
||||||
|
'geosite:google-cn',
|
||||||
|
'acl:UnBan',
|
||||||
|
'acl:SteamCN',
|
||||||
'acl:Download',
|
'acl:Download',
|
||||||
|
'acl:ChinaMedia',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'🌏 国内媒体': {
|
'🌏 境外网络': {
|
||||||
'default': 'on',
|
|
||||||
'outbound': 'direct_out',
|
|
||||||
'rules': ['acl:ChinaMedia'],
|
|
||||||
},
|
|
||||||
'🌏 国外媒体': {
|
|
||||||
'default': 'on',
|
'default': 'on',
|
||||||
'outbound': 'selector_out',
|
'outbound': 'selector_out',
|
||||||
'rules': [
|
'rules': [
|
||||||
|
'geosite:geolocation-!cn',
|
||||||
|
'geosite:google',
|
||||||
|
'acl:ProxyGFWlist',
|
||||||
'acl:ProxyMedia',
|
'acl:ProxyMedia',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -174,6 +175,13 @@ OPT_RULESET_GROUPS['cn'] = {
|
|||||||
'geosite:apple-update',
|
'geosite:apple-update',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'📢 谷歌FCM': {
|
||||||
|
'default': 'off',
|
||||||
|
'outbound': 'direct_out',
|
||||||
|
'rules': [
|
||||||
|
'acl:GoogleFCM',
|
||||||
|
],
|
||||||
|
},
|
||||||
'📲 电报消息': ['geoip:telegram', 'geosite:telegram'],
|
'📲 电报消息': ['geoip:telegram', 'geosite:telegram'],
|
||||||
'💬 OpenAI': ['geoip:openai', 'geosite:openai'],
|
'💬 OpenAI': ['geoip:openai', 'geosite:openai'],
|
||||||
'🐱 GitHub': ['geoip:github', 'geosite:github'],
|
'🐱 GitHub': ['geoip:github', 'geosite:github'],
|
||||||
@ -202,20 +210,6 @@ OPT_RULESET_GROUPS['cn'] = {
|
|||||||
'acl:Bilibili',
|
'acl:Bilibili',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'📢 谷歌FCM': {
|
|
||||||
'default': 'off',
|
|
||||||
'outbound': 'direct_out',
|
|
||||||
'rules': [
|
|
||||||
'acl:GoogleFCM',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
'🚀 GFWlist': {
|
|
||||||
'default': 'on',
|
|
||||||
'outbound': 'selector_out',
|
|
||||||
'rules': [
|
|
||||||
'acl:ProxyGFWlist',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
##end china
|
##end china
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user