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 ## Thanks to
- [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) 、[v2ray/xray client configuration](https://github.com/Chocolate4U/Iran-v2ray-rules?tab=readme-ov-file#computer-usage)
- [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR) - [ACL4SSR](https://github.com/ACL4SSR/ACL4SSR)
- Thank you for suggested modifying the recommend rules: - Thank you for suggested modifying the recommend rules:
- @VPNBrooklynSup (🧑🏻‍💻 پشتیبانی بروکلین «دریچه») - @VPNBrooklynSup (🧑🏻‍💻 پشتیبانی بروکلین «دریچه»)

View File

@ -20,7 +20,7 @@
- category-ads-all 包含了常见的广告域名以及广告提供商的域名 - category-ads-all 包含了常见的广告域名以及广告提供商的域名
- emoji - emoji
- 🌏 🚀 - 🌏 🚀 🛑
""" """
import sys import sys
@ -225,14 +225,18 @@ OPT_RULESET_GROUPS['ir']['🛑 Adblock'] = {
], ],
} }
OPT_RULESET_GROUPS['ir']['🛑 malware'] = { OPT_RULESET_GROUPS['ir']['🛑 malware'] = {
'default': 'off', 'default': 'on',
'outbound': 'block_out', 'outbound': 'block_out',
'rules': ['geosite:malware'], 'rules': [
} # 恶意软件
OPT_RULESET_GROUPS['ir']['📢 phishing'] = { 'geosite:malware',
'default': 'off', 'geoip:malware'
'outbound': 'direct_out', # 钓鱼网站
'rules': ['geoip:phishing', 'geosite:phishing'], 'geoip:phishing',
'geosite:phishing',
# 后台挖矿
'geosite:cryptominers',
],
} }
OPT_RULESET_GROUPS['ir']['☁️ parspack'] = { OPT_RULESET_GROUPS['ir']['☁️ parspack'] = {
'default': 'on', 'default': 'on',