mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #11] [MERGED] command line tunnel #108
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#108
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/11
Author: @mmatczuk
Created: 2/14/2017
Status: ✅ Merged
Merged: 2/15/2017
Merged by: @mmatczuk
Base:
master← Head:mmt/cli📝 Commits (1)
3ebeb9ecmd📊 Changes
20 files changed (+1229 additions, -517 deletions)
View changed files
📝
TODO.md(+5 -5)📝
client.go(+70 -26)📝
client_test.go(+4 -1)➕
cmd/cmd/log.go(+37 -0)➕
cmd/tunnel/config.go(+152 -0)➕
cmd/tunnel/normalize.go(+52 -0)➕
cmd/tunnel/normalize_test.go(+111 -0)➕
cmd/tunnel/options.go(+108 -0)➕
cmd/tunnel/tunnel.go(+153 -0)➕
cmd/tunneld/options.go(+56 -0)➕
cmd/tunneld/tunneld.go(+114 -0)📝
httpproxy.go(+20 -10)📝
integrationtest/integration_test.go(+55 -46)📝
integrationtest/tools.go(+0 -6)📝
pool.go(+22 -8)📝
proto/controlmsg.go(+1 -0)📝
registry.go(+84 -91)➖
registry_test.go(+0 -230)📝
server.go(+177 -92)📝
tcpproxy.go(+8 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.