multiple sockets bind to the same address
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 16.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named. Start with the client command and its repeated R:443 mappings, then compare the requested behavior with HAProxy's listener sharding documentation. Done means the example command can create multiple listeners for the same address and provide load balancing without breaking existing mappings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100