[PR #11] [MERGED] command line tunnel #108

Closed
opened 2026-05-05 11:01:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: mmt/cli


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mmatczuk/go-http-tunnel/pull/11 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 2/14/2017 **Status:** ✅ Merged **Merged:** 2/15/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/cli` --- ### 📝 Commits (1) - [`3ebeb9e`](https://github.com/mmatczuk/go-http-tunnel/commit/3ebeb9edc14864c7a177827eef9eef85283b477f) cmd ### 📊 Changes **20 files changed** (+1229 additions, -517 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:01:31 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#108
No description provided.