mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4390] 希望能控制 server 端的监听地址。 #3467
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#3467
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 @IAliceBobI on GitHub (Aug 18, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4390
Describe the feature request
很喜欢 frp!
我有一种场景,有时不想在服务暴露某些内网服务的ip到0.0.0.0,希望可以提供remoteIP 来控制监听地址。
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Aug 19, 2024):
查看 example 配置文件找一下具体的配置项。
@pasiphae321 commented on GitHub (Oct 5, 2024):
虽然只能绑定到0.0.0.0,但可以通过防火墙实现隐藏
@IAliceBobI commented on GitHub (Oct 6, 2024):
它是通过 客户端 -- 服务器 -- 客户端 的方式来实现控制ip的。服务器的ip设置是固定公开的。
不过我是觉得可以控制服务器的 IP,这样设置会方便一点。