mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2071] Important scenarios where penetration function is missing #1649
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#1649
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 @WJME on GitHub (Nov 12, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2071
穿透功能缺失重要场景:
如在固定公网的阿里云上有个127.0.0.1的6001内部A服务端口,想在无固定公网的家庭网络环境中访问这个A服务就不行,期望应该是可以在frpc端的配置文件中可以配置一个远程端口6001,然后再配置一个本地端口8001,效果就是把远程的6001拉到本地为8001。就是现在的穿透过程的反向流程,重点就是要把frps端的服务端口拉到frpc端本地。
功能很简单,但是超级实用啊,望尽快出版本
@fatedier commented on GitHub (Nov 12, 2020):
Try
stcp, it's not supported directly for security issue.@yuyulei commented on GitHub (Nov 12, 2020):
There is a similar scenario ssh. YOU can deploy frps & frpc both on the aliyun ECS, and then visit the public ip of the ECS.
@WJME commented on GitHub (Nov 12, 2020):