Files
Matthew Bryant (mandatory) 8f72729f55 first commit
2020-04-26 13:55:18 -07:00

11 lines
189 B
JavaScript

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