UNPKG

wsproxyxpro

Version:

This is a websocket to tcp proxy, written in node.js. It is dynamic and will proxy to various tcp servers.

8 lines 232 B
// List of allowed server ip // If empty, will be able to redirect everywhere // Be aware: can be used for DDOS or forge evil request on other host module.exports = [ "127.0.0.1:6900", "127.0.0.1:6121", "127.0.0.1:5121" ];