mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #327] 可以在客户端配置文件指定remote_listen_ip么 #240
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#240
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 @wwqgtxx on GitHub (May 22, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/327
有些时候服务器可能有多个公网Ip,而只需要其中的一个IP提供该服务;有时候可能只希望将客户端端口映射到服务器的localhost(比如讲内网的数据库映射到公网服务器内部提供服务),所以希望作者可以提供监听ip设置,提高frp的适用性
@fatedier commented on GitHub (May 22, 2017):
通过服务器配置文件 bind_addr 指定,客户端没有权限指定绑定 ip,所以不会提供这个功能。如果有特殊需求可以 fork 后自己修改编译。
@wwqgtxx commented on GitHub (May 22, 2017):
那如何实现绑定localhost呢
@fatedier commented on GitHub (May 22, 2017):
如果不想其他人访问,可以自行设置防火墙,或者采用其他方式实现。