This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Mihomo Party 覆写 / Clash Verge Rev 扩展脚本 | |
function main(params) { | |
if (!params.proxies) return params; | |
overwriteBasicOptions(params); | |
overwriteDns(params); | |
overwriteFakeIpFilter(params); | |
overwriteNameserverPolicy(params); | |
overwriteHosts(params); | |
overwriteTunnel(params); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- DOMAIN-SUFFIX,whatsapp.net | |
- DOMAIN-SUFFIX,whatsapp.com | |
- DOMAIN,web.whatsapp.com | |
- DOMAIN-SUFFIX,cdn.whatsapp.net | |
- IP-CIDR,31.13.64.0/18 | |
- IP-CIDR,157.240.0.0/16 |