mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[PR #34] [MERGED] Support non-default CTRL_PORT in tunnelto_server #88
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#88
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/agrinman/tunnelto/pull/34
Author: @mxxk
Created: 1/12/2021
Status: ✅ Merged
Merged: 3/14/2021
Merged by: @agrinman
Base:
master← Head:feature/custom-ctrl-port📝 Commits (1)
3447621Support non-default CTRL_PORT in tunnelto_server📊 Changes
3 files changed (+18 additions, -3 deletions)
View changed files
📝
README.md(+1 -0)📝
tunnelto_server/src/main.rs(+16 -2)📝
tunnelto_server/src/remote.rs(+1 -1)📄 Description
Testing
CTRL_PORTdefaults to 5000, i.e.CTRL_PORT= tunnelto_serveris equivalent totunnelto_server.u16data (e.g. non-integers, negative integers, integers larger than2^16 - 1) intoCTRL_PORTpanics withInvalid CTRL_PORT: ${CTRL_PORT}tunnelto_serverconfirms whichCTRL_PORTit is listening to with refined messagestarting wormhole server on 0.0.0.0:${CTRL_PORT}Closes agrinman/tunnelto#32
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.