UNPKG

wsproxy-ng

Version:

A websocket to tcp proxy, written in node.js, rewritten for performance and readability.

10 lines (9 loc) 196 B
export default { // List of allowed server ip // If empty, the proxy will accept all requests allowed_ip: [ //"83.xxx.x.1:6900", //"83.xxx.x.1:5121", //"83.xxx.x.1:6121" ], };