mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3891] [Feature Request] 功能建议: 让控制端client决定受控端client的target和port #3086
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#3086
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 @strugglesharp on GitHub (Dec 24, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3891
Describe the feature request
先描述一下场景
P: 公网服务器 1.1.1.1, , 公网只能1个Port, 运行 frps
D: 穿透的目标端,内网 192.168.0.50 , 运行一个frpc
S: 穿透的发起方,内网 10.0.0.30, 运行一个frpc
P/D/S 都是上网不受限制的, 走STCP, S网络不允许使用全局的sock5代理tcp
D上想加一个 127.0.0.1:3389,
现在就得先在D上配置里先配置一通. 然后再在S上配置一通. 如果想再临时加几个呢/再改几个呢?
比较麻烦的是, 我常在S上, 本身D就在一个访问不方便的地方, 老动D非常痛苦
我希望有个功能, 然后要开什么 IP/PORT组合, 直接在S上设好, D上就直接同步接受就好了. 安全什么的我靠auth.token = "abc"就足够了.
Describe alternatives you've considered
No response
Affected area
@xqzr commented on GitHub (Dec 24, 2023):
可以尝试使用 UI
https://gofrp.org/zh-cn/docs/features/common/ui/#%E5%AE%A2%E6%88%B7%E7%AB%AF%E7%AE%A1%E7%90%86%E7%95%8C%E9%9D%A2
或许可以 调用它的 API,自动化 这一切
@strugglesharp commented on GitHub (Dec 26, 2023):
但我公网服务端口只有1个。给了client ui 就没有口给server的port了。
@xqzr commented on GitHub (Dec 26, 2023):
你可以 stcp 它
@github-actions[bot] commented on GitHub (Jan 25, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.