mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-08 14:34:13 +08:00
iran malware
This commit is contained in:
parent
d979fe6ff4
commit
beaa8e20cb
@ -2,7 +2,7 @@
|
||||
|
||||
## Thanks to
|
||||
- [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) 、[v2ray/xray client configuration](https://github.com/Chocolate4U/Iran-v2ray-rules?tab=readme-ov-file#computer-usage)
|
||||
- [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR)
|
||||
- Thank you for suggested modifying the recommend rules:
|
||||
- @VPNBrooklynSup (🧑🏻💻 پشتیبانی بروکلین «دریچه»)
|
||||
|
@ -20,7 +20,7 @@
|
||||
- category-ads-all 包含了常见的广告域名,以及广告提供商的域名
|
||||
|
||||
- emoji
|
||||
- 🌏 🚀
|
||||
- 🌏 🚀 🛑
|
||||
"""
|
||||
|
||||
import sys
|
||||
@ -225,14 +225,18 @@ OPT_RULESET_GROUPS['ir']['🛑 Adblock'] = {
|
||||
],
|
||||
}
|
||||
OPT_RULESET_GROUPS['ir']['🛑 malware'] = {
|
||||
'default': 'off',
|
||||
'default': 'on',
|
||||
'outbound': 'block_out',
|
||||
'rules': ['geosite:malware'],
|
||||
}
|
||||
OPT_RULESET_GROUPS['ir']['📢 phishing'] = {
|
||||
'default': 'off',
|
||||
'outbound': 'direct_out',
|
||||
'rules': ['geoip:phishing', 'geosite:phishing'],
|
||||
'rules': [
|
||||
# 恶意软件
|
||||
'geosite:malware',
|
||||
'geoip:malware'
|
||||
# 钓鱼网站
|
||||
'geoip:phishing',
|
||||
'geosite:phishing',
|
||||
# 后台挖矿
|
||||
'geosite:cryptominers',
|
||||
],
|
||||
}
|
||||
OPT_RULESET_GROUPS['ir']['☁️ parspack'] = {
|
||||
'default': 'on',
|
||||
|
Loading…
x
Reference in New Issue
Block a user