UNPKG

wsproxy

Version:

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

8 lines 234 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 = [ //"83.xxx.x.1:6900", //"83.xxx.x.1:5121", //"83.xxx.x.1:6121" ];