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