mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-13 23:04:15 +08:00
add gfwlist
This commit is contained in:
parent
354ba9e22e
commit
962ab33327
@ -114,7 +114,7 @@ OPT_RULESET_GROUPS['cn'] = {
|
|||||||
'default': 'on',
|
'default': 'on',
|
||||||
'outbound': 'direct_out',
|
'outbound': 'direct_out',
|
||||||
'rules': [
|
'rules': [
|
||||||
'acl:LocalAreaNetwork',
|
# 'acl:LocalAreaNetwork',
|
||||||
'acl:UnBan',
|
'acl:UnBan',
|
||||||
'acl:GoogleCN',
|
'acl:GoogleCN',
|
||||||
'acl:SteamCN',
|
'acl:SteamCN',
|
||||||
@ -129,14 +129,20 @@ OPT_RULESET_GROUPS['cn'] = {
|
|||||||
'outbound': 'direct_out',
|
'outbound': 'direct_out',
|
||||||
'rules': ['acl:ChinaMedia'],
|
'rules': ['acl:ChinaMedia'],
|
||||||
},
|
},
|
||||||
'🚀 国外媒体': {
|
'🚀 GFWlist': {
|
||||||
'default': 'on',
|
'default': 'on',
|
||||||
'outbound': 'selector_out',
|
'outbound': 'selector_out',
|
||||||
'rules': [
|
'rules': [
|
||||||
'acl:ProxyMedia',
|
|
||||||
'acl:ProxyGFWlist',
|
'acl:ProxyGFWlist',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'🌏 国外媒体': {
|
||||||
|
'default': 'off',
|
||||||
|
'outbound': 'selector_out',
|
||||||
|
'rules': [
|
||||||
|
'acl:ProxyMedia',
|
||||||
|
],
|
||||||
|
},
|
||||||
'Ⓜ️ 微软Bing': {
|
'Ⓜ️ 微软Bing': {
|
||||||
'default': 'off',
|
'default': 'off',
|
||||||
'outbound': 'selector_out',
|
'outbound': 'selector_out',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user