xiaoxin-sky / rtcp

RTCP is a high-performance TCP reverse proxy and tunneling tool
2 stars 0 forks source link

multi port #1

Open ZarinNegah opened 4 months ago

ZarinNegah commented 4 months ago

hello good time please add mutiport

xiaoxin-sky commented 4 months ago

You can launch multiple binary clients to support multiple ports.

./target/release/client --ip 127.0.0.1 --port 3000 --access-port 7002 --server 127.0.0.1
./target/release/client --ip 127.0.0.1 --port 3000 --access-port 7003 --server 127.0.0.1