mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1676] 纯TCP转发的配置? #1328
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#1328
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 @calidion on GitHub (Feb 24, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1676
目前看到有ssh, web的配置。
不知道是不是可以配置成纯TCP转发?
无论什么上层协议都只做转发?
@ysc3839 commented on GitHub (Feb 24, 2020):
ssh只是个名称,type = tcp即是“纯TCP转发”。@calidion commented on GitHub (Feb 24, 2020):
@ysc3839 多谢,我试试。
如果我只是想把端口转发到内网的nginx,是不是就可以实现多个域名了呢?
@calidion commented on GitHub (Feb 24, 2020):
@ysc3839 太感谢了。
非常完美。
http, https的转发都非常的好。