mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-12 04:24:13 +08:00
modify for ir rule
This commit is contained in:
parent
fe8b60c49d
commit
9bd8a0c14d
@ -4,6 +4,9 @@
|
||||
- [meta-rules-dat](https://github.com/MetaCubeX/meta-rules-dat/raw/sing/geo)
|
||||
- [Chocolate4U-Iran](https://github.com/Chocolate4U/Iran-sing-box-rules/tree/rule-set?tab=readme-ov-file)
|
||||
- [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR)
|
||||
- Thank you for suggested modifying the recommend rules:
|
||||
- @VPNBrooklynSup (🧑🏻💻 پشتیبانی بروکلین «دریچه»)
|
||||
|
||||
|
||||
## Welcome to submit your preferred rule-set
|
||||
- [submit your preferred rule-set](https://github.com/KaringX/karing-ruleset/issues/2)
|
||||
|
@ -88,7 +88,7 @@ OPT_RULESET_GROUPS['default'] = {
|
||||
],
|
||||
},
|
||||
'📲 Telegram': ['geoip:telegram', 'geosite:telegram'],
|
||||
'💬 OpenAi': ['geoip:openai', 'geosite:openai'],
|
||||
'💬 OpenAI': ['geoip:openai', 'geosite:openai'],
|
||||
'🐱 GitHub': ['geoip:github', 'geosite:github'],
|
||||
'🎮 Game': [
|
||||
'acl:Epic',
|
||||
@ -135,15 +135,8 @@ OPT_RULESET_GROUPS['cn'] = {
|
||||
'outbound': 'direct_out',
|
||||
'rules': ['acl:ChinaMedia'],
|
||||
},
|
||||
'🚀 GFWlist': {
|
||||
'default': 'on',
|
||||
'outbound': 'selector_out',
|
||||
'rules': [
|
||||
'acl:ProxyGFWlist',
|
||||
],
|
||||
},
|
||||
'🌏 国外媒体': {
|
||||
'default': 'off',
|
||||
'default': 'on',
|
||||
'outbound': 'selector_out',
|
||||
'rules': [
|
||||
'acl:ProxyMedia',
|
||||
@ -182,7 +175,7 @@ OPT_RULESET_GROUPS['cn'] = {
|
||||
],
|
||||
},
|
||||
'📲 电报消息': ['geoip:telegram', 'geosite:telegram'],
|
||||
'💬 OpenAi': ['geoip:openai', 'geosite:openai'],
|
||||
'💬 OpenAI': ['geoip:openai', 'geosite:openai'],
|
||||
'🐱 GitHub': ['geoip:github', 'geosite:github'],
|
||||
'🎶 网易音乐': {
|
||||
'default': 'off',
|
||||
@ -216,6 +209,13 @@ OPT_RULESET_GROUPS['cn'] = {
|
||||
'acl:GoogleFCM',
|
||||
],
|
||||
},
|
||||
'🚀 GFWlist': {
|
||||
'default': 'on',
|
||||
'outbound': 'selector_out',
|
||||
'rules': [
|
||||
'acl:ProxyGFWlist',
|
||||
],
|
||||
},
|
||||
}
|
||||
##end china
|
||||
|
||||
@ -240,10 +240,15 @@ OPT_RULESET_GROUPS['ir']['📢 phishing'] = {
|
||||
'rules': ['geoip:phishing', 'geosite:phishing'],
|
||||
}
|
||||
OPT_RULESET_GROUPS['ir']['☁️ parspack'] = {
|
||||
'default': 'off',
|
||||
'default': 'on',
|
||||
'outbound': 'direct_out',
|
||||
'rules': ['geoip:parspack'],
|
||||
}
|
||||
OPT_RULESET_GROUPS['ir']['☁️ arvancloud'] = {
|
||||
'default': 'on',
|
||||
'outbound': 'direct_out',
|
||||
'rules': ['geoip:arvancloud'],
|
||||
}
|
||||
##end iran
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user