UNPKG

anyproxy

Version:

A fully configurable HTTP/HTTPS proxy in Node.js

11 lines (9 loc) 189 B
const AnyProxy = require('../proxy'); const options = { port: 8001, webInterface: { enable: true } }; const proxyServer = new AnyProxy.ProxyServer(options); proxyServer.start();