mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2441] 希望可以在client端控制每个服务是否允许wan访问 #1941
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#1941
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 @Sora233 on GitHub (Jun 7, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2441
举个例子,我在client端配置了
ssh和web两个服务,我希望在client配置让web监听0.0.0.0,而ssh监听localhost,而不是设置防火墙。@Sora233 commented on GitHub (Jun 7, 2021):
一个简单workaround,如果有人需要的话 commit。
仅TCP/UDP模式在client端添加了remote_addr (0.0.0.0 or localhost or other)
也许还可以支持多网卡,但我只是简单地想让frp保留http的同时开一个非公开的ssh反向代理。
@fatedier commented on GitHub (Jun 8, 2021):
可以启动两个 frps,通过
proxy_bind_addr设置要绑定的地址,分别用做不同的用途。@github-actions[bot] commented on GitHub (Jul 24, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.