jpillora / chisel

A fast TCP/UDP tunnel over HTTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple sockets bind to the same address

AkramiPro opened this issue · comments

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