mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 06:06:03 -06:00
[PR #86] Add registered clients feature #141
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/86
Author: @moisespsena
Created: 10/15/2018
Status: 🔄 Open
Base:
master← Head:registered_clients📝 Commits (10+)
40a0866Add support for client registration0cccde7Update README and config57ab154Add registered client enabled/disabled check053e2cbUpdate README9b0eb8cFix registered clients multiple connections priority order.e09981dAdd registered clients integration teste417dd3Rename connection constant key of request context863bcb3Add header commentsd69513bExposes "tunnel" and "tunneld" to be embeddedf6315e5Update README with Exposes "tunnel" and "tunneld" to be embedded📊 Changes
27 files changed (+1102 additions, -237 deletions)
View changed files
📝
README.md(+185 -12)📝
cli/tunnel/config.go(+47 -19)📝
cli/tunnel/normalize.go(+1 -1)📝
cli/tunnel/normalize_test.go(+1 -1)📝
cli/tunnel/options.go(+49 -16)📝
cli/tunnel/tunnel.go(+31 -14)📝
cli/tunnel/version.go(+6 -1)📝
cli/tunneld/banner.go(+1 -1)📝
cli/tunneld/options.go(+8 -3)📝
cli/tunneld/tunneld.go(+19 -5)📝
cli/tunneld/version.go(+1 -1)📝
client.go(+114 -34)➕
cmd/tunnel/main.go(+11 -0)➕
cmd/tunneld/main.go(+11 -0)➕
common.go(+17 -0)📝
doc.go(+1 -1)📝
errors.go(+4 -3)📝
integration_test.go(+106 -12)📝
pool.go(+157 -18)📝
proto/controlmsg.go(+7 -0)...and 7 more files
📄 Description
Add registered clients feature. See README.md for more details.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.