jpillora / jpillora/chisel

multiple sockets bind to the same address

Open
#492 0 comments 0 reactions 0 assignees View on GitHub

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

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.