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