ccloli / udp-port-proxy

Proxy UDP port, just for testing and debugging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP Port Proxy

Proxy UDP packet to a upstream server, based on udp-proxy.

Install and Usage

npm install
HOST=example.com PORTS=1000,2000,3000-4000 node index.js

License

WTFPL

About

Proxy UDP port, just for testing and debugging


Languages

Language:JavaScript 100.0%