mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4291] [Feature Request] 使用XTCP或者STCP类型配置客户端问题 #3385
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#3385
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 @arvinws on GitHub (Jun 20, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4291
Describe the feature request
使用XTCP或者STCP类型配置客户端,开放内网机器的远程服务。那访问端也需要配置frpc才可以访问客户端,那用户使用移动端要怎么远程呢?比如ios的RDClient,微软官方出的远程工具。这种情况客户端是不是不能用XTCP、STCP?
Describe alternatives you've considered
No response
Affected area
@superzjg commented on GitHub (Jun 21, 2024):
你说对了。
目前安卓有frpc了,ios没看到。
@xqzr commented on GitHub (Jun 23, 2024):
iOS 通过 iSH 运行 frpc
@wuai1024 commented on GitHub (Jun 27, 2024):
这是什么啊,ISH
@arvinws commented on GitHub (Jun 27, 2024):
再深入点需求,我想使用XTCP、STCP,随时随地的远程到客户端,而不是每次在我访问者电脑上再配置一份frpc。tcp类型满足需求,但是不够安全,有什么办法能解决呢?
@xqzr commented on GitHub (Jun 27, 2024):
使用强密码、紧跟“Windows 更新”
@superzjg commented on GitHub (Jul 6, 2024):
可以的,我就这么用过,你只要在路由器上配置一个frpc,设置stcp的访问者即可,要注意设置绑定地址为路由器lan口地址(而不是环回地址127.0.0.1),在此路由器下的所有客户端,都可以通过此绑定地址访问,不需要安装frpc。