jpillora / chisel

A fast TCP/UDP tunnel over HTTP
MIT License
12.36k stars 1.32k forks source link

multiple sockets bind to the same address #492

Open AkramiPro opened 5 months ago

AkramiPro commented 5 months ago

hi. thank you for your greate project. can you please enable multiple sockets bind to the same address ? it is enabled in HAProxy so we can create some load balancing.

this is what i need:

/root/chisel client https://test.com:8443 R:443:1001 R:443:1002 R:443:1003 R:443:1004 R:443:1005

https://docs.haproxy.org/2.8/configuration.html#3.2-tune.listener.default-shards

image