iran malware

This commit is contained in:
ElonJunior 2024-08-10 09:51:43 +08:00
parent d979fe6ff4
commit beaa8e20cb
2 changed files with 13 additions and 9 deletions

View File

@ -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 (🧑🏻‍💻 پشتیبانی بروکلین «دریچه»)

View File

@ -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',