1 Star 9 Fork 11

陈不不 / JS扣代码检测工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
anyPro.js 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈不不 提交于 2022-04-08 17:35 . ast
const anyproxy = require("anyproxy");
const options = {
port: 8001,
rule: require('./rule/astProxy'),
webInterface: {
enable: true,
webProt: 8002
},
throttle: 10000,
forceProxyHttps: true,
wsIntercept: false,
silent: false
};
const proxyServer = new anyproxy.ProxyServer(options);
proxyServer.on('ready', () => {
console.log("开始了")
});
proxyServer.on('error', (e) => {
console.log("代理错误了")
});
proxyServer.start();
1
https://gitee.com/a2833844911cc/js-buckle-code-detection-tool.git
git@gitee.com:a2833844911cc/js-buckle-code-detection-tool.git
a2833844911cc
js-buckle-code-detection-tool
JS扣代码检测工具
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891