mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1428] 能否支持tcp的正向代理 #1122
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#1122
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 @vinkdong on GitHub (Sep 5, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1428
Hi, 服务器中有两个数据库地址, 服务器对外开放了一个端口,frp能否将本地的两个端口与服务器上的两个数据库地址做映射呢。
自己在服务器上和本机都起了frps和frpc实现了这个效果,但是感觉有些麻烦

@fatedier commented on GitHub (Sep 6, 2019):
可以尝试 stcp。
@vinkdong commented on GitHub (Sep 6, 2019):
@fatedier 了解了 👍