mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #132] http/https服务可选择外网端口 #76
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#76
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?
Originally created by @mistzzt on GitHub (Oct 14, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/132
不知道这个功能有没有,若有请告知。
现在我只能使用统一的端口。可不可以支持各个转发设定端口?
@fatedier commented on GitHub (Oct 14, 2016):
所有 http/https 服务分别共用一个端口,如果你需要开另外的端口请使用 tcp 的方式。
@mistzzt commented on GitHub (Oct 14, 2016):
直接转发对应的端口就可以了?
@fatedier commented on GitHub (Oct 14, 2016):
是的,参考文档里有说明,参照 ssh 服务的转发方式。
@mistzzt commented on GitHub (Oct 15, 2016):
好,谢了。