mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 22:01:40 -06:00
[PR #60] [MERGED] Auto subscribe #132
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#132
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/60
Author: @mmatczuk
Created: 11/25/2017
Status: ✅ Merged
Merged: 11/25/2017
Merged by: @mmatczuk
Base:
master← Head:mmt/auto_subscribe📝 Commits (5)
7ff8d21server: introduction of AutoSubscribe flagc1f581fregistry: log subscribe/unsubscribe messages only when the action actually takes placece4395ctunneld: enable auto subscribe if no clients are provided5446224integration test: enable auto subscribeeb4120breadme: use auto subscribe in readme📊 Changes
6 files changed (+37 additions, -46 deletions)
View changed files
📝
README.md(+1 -2)📝
cmd/tunneld/options.go(+4 -3)📝
cmd/tunneld/tunneld.go(+7 -9)📝
integration_test.go(+7 -19)📝
registry.go(+12 -12)📝
server.go(+6 -1)📄 Description
This PR makes it possible not to provide client IDs on server start and accept all the clients. This is safe as of #57.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.