diff --git a/excluded-addresses.yaml b/excluded-addresses.yaml new file mode 100644 index 0000000..06c02c0 --- /dev/null +++ b/excluded-addresses.yaml @@ -0,0 +1,83 @@ +# Profile Enhancement Merge Template for Clash Verge + +profile: + store-selected: true +rule-providers: + ir: + type: http + format: yaml + behavior: domain + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/ir.yaml + path: ./ruleset/ir.yaml + interval: 86400 + ads: + type: http + format: yaml + behavior: domain + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/ads.yaml + path: ./ruleset/ads.yaml + interval: 86400 + malware: + type: http + format: yaml + behavior: domain + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/malware.yaml + path: ./ruleset/malware.yaml + interval: 86400 + phishing: + type: http + format: yaml + behavior: domain + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/phishing.yaml + path: ./ruleset/phishing.yaml + interval: 86400 + cryptominers: + type: http + format: yaml + behavior: domain + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/cryptominers.yaml + path: ./ruleset/cryptominers.yaml + interval: 86400 + apps: + type: http + format: yaml + behavior: classical + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/apps.yaml + path: ./ruleset/apps.yaml + interval: 86400 + ircidr: + type: http + format: yaml + behavior: ipcidr + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/ircidr.yaml + path: ./ruleset/ircidr.yaml + interval: 86400 + private: + type: http + format: yaml + behavior: ipcidr + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/private.yaml + path: ./ruleset/private.yaml + interval: 86400 + irasn: + type: http + format: yaml + behavior: classical + url: https://raw.githubusercontent.com/Chocolate4U/Iran-clash-rules/release/irasn.yaml + path: ./ruleset/irasn.yaml + interval: 86400 + +rules : + - IP-SUFFIX,1.1.1.1/24,DIRECT + - IP-SUFFIX,8.8.8.8/24,DIRECT + - DOMAIN-SUFFIX,chess.com,DIRECT + - DOMAIN-SUFFIX,chesscomfiles.com,DIRECT + - RULE-SET,private,DIRECT,no-resolve + - RULE-SET,apps,DIRECT + - RULE-SET,ads,REJECT + - RULE-SET,malware,REJECT + - RULE-SET,phishing,REJECT + - RULE-SET,cryptominers,REJECT + - RULE-SET,ir,DIRECT + - RULE-SET,ircidr,DIRECT + - RULE-SET,irasn,DIRECT