[PR #9] [MERGED] Dynamic tunnel configuration #106

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/9
Author: @mmatczuk
Created: 2/3/2017
Status: Merged
Merged: 2/7/2017
Merged by: @mmatczuk

Base: masterHead: mmt/tunnel_config


📝 Commits (1)

📊 Changes

21 files changed (+878 additions, -301 deletions)

View changed files

📝 TODO.md (+26 -20)
backoff.go (+15 -0)
📝 client.go (+21 -15)
📝 client_test.go (+4 -0)
doc_test.go (+0 -2)
errors.go (+9 -0)
id/id.go (+190 -0)
📝 id/ptls.go (+4 -6)
📝 integrationtest/integration_test.go (+89 -111)
📝 integrationtest/test-fixtures/selfsigned.crt (+0 -0)
📝 integrationtest/test-fixtures/selfsigned.key (+0 -0)
📝 integrationtest/tools.go (+15 -34)
📝 log/filterlogger_test.go (+2 -0)
📝 log/log_test.go (+2 -0)
📝 pool.go (+39 -23)
📝 proto/controlmsg_test.go (+2 -0)
proto/tunnel.go (+11 -0)
registry.go (+178 -0)
registry_test.go (+111 -0)
📝 server.go (+160 -62)

...and 1 more files

📄 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/9 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 2/3/2017 **Status:** ✅ Merged **Merged:** 2/7/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/tunnel_config` --- ### 📝 Commits (1) - [`894f217`](https://github.com/mmatczuk/go-http-tunnel/commit/894f217a30d8fa8c4c99dd58e95b583989bb5f51) server: registry ### 📊 Changes **21 files changed** (+878 additions, -301 deletions) <details> <summary>View changed files</summary> 📝 `TODO.md` (+26 -20) ➕ `backoff.go` (+15 -0) 📝 `client.go` (+21 -15) 📝 `client_test.go` (+4 -0) ➖ `doc_test.go` (+0 -2) ➕ `errors.go` (+9 -0) ➕ `id/id.go` (+190 -0) 📝 `id/ptls.go` (+4 -6) 📝 `integrationtest/integration_test.go` (+89 -111) 📝 `integrationtest/test-fixtures/selfsigned.crt` (+0 -0) 📝 `integrationtest/test-fixtures/selfsigned.key` (+0 -0) 📝 `integrationtest/tools.go` (+15 -34) 📝 `log/filterlogger_test.go` (+2 -0) 📝 `log/log_test.go` (+2 -0) 📝 `pool.go` (+39 -23) 📝 `proto/controlmsg_test.go` (+2 -0) ➕ `proto/tunnel.go` (+11 -0) ➕ `registry.go` (+178 -0) ➕ `registry_test.go` (+111 -0) 📝 `server.go` (+160 -62) _...and 1 more files_ </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#106
No description provided.