1 Star 0 Fork 11

阿明/JS扣代码检测工具

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
anyPro.js 516 Bytes
Copy Edit Raw Blame History
陈不不 authored 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();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aming91/js-buckle-code-detection-tool.git
git@gitee.com:aming91/js-buckle-code-detection-tool.git
aming91
js-buckle-code-detection-tool
JS扣代码检测工具
master

Search