This file has been truncated, but you can view the full file.
This file contains 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
{"+PAC脚本(白名单,本地1080)":{"color":"#ffee99","lastUpdate":"2021-11-23T06:40:17.759Z","name":"PAC脚本(白名单,本地1080)","pacScript":"//\n// Update: 2021-11-23 02:16:39\n//\n\nconst proxy = \"SOCKS5 127.0.0.1:1080;\";\nconst direct = \"DIRECT;\";\n\nconst hasOwnProperty = Object.hasOwnProperty;\n\nconst china_domains = {\n \"tmall.com\": 1,\n \"qq.com\": 1,\n \"baidu.com\": 1,\n \"sohu.com\": 1,\n \"taobao.com\": 1,\n \"jd.com\": 1,\n \"weibo.com\": 1,\n \"xinhuanet.com\": 1,\n \"alipay.com\": 1,\n \"zhanqi.tv\": 1,\n \"panda.tv\": 1,\n \"csdn.net\": 1,\n \"yy.com\": 1,\n \"aliexpress.com\": 1,\n \"huanqiu.com\": 1,\n \"17ok.com\": 1,\n \"so.com\": 1,\n \"1688.com\": 1,\n \"haosou.com\": 1,\n \"babytree.com\": 1,\n \"cnblogs.com\": 1,\n \"alibaba.com\": 1,\n \"hao123.com\": 1,\n \"163.com\": 1,\n \"bilibili.com\": 1,\n \"cnzz.com\": 1,\n \"51.la\": 1,\n \"jiameng.com\": 1,\n \"aliyun.com\": 1,\n \"tudou.com\": 1,\n \"sogou.com\": 1,\n \"360.com\": 1,\n \"51yes.com\": 1,\n \"aliexpress.ru\ |
This file contains 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
// Define the `main` function | |
const proxyName = "🛜代理模式"; | |
function main(params) { | |
if (!params.proxies) return params; | |
overwriteRules(params); | |
overwriteProxyGroups(params); | |
overwriteDns(params); | |
return params; |