mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1772] 在一台具有两个IP的服务器如何搭建FRP并且设置为副IP防止 #1399
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#1399
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 @qiaoliangXgamemode on GitHub (Apr 20, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1772
其实我主要是想FRP加入个自定义服务器IP的功能我服务器上面有两个IP,可是FRP默认127.0.0.1不支持设置为另一个私有网络
@QQ2017 commented on GitHub (Apr 21, 2020):
[common]
bind_addr = 0.0.0.0
bind_port = 7000
上面的FRP服务端配置文件中,0.0.0.0 改为你想要绑定的服务端IP就行了。
@qiaoliangXgamemode commented on GitHub (Apr 21, 2020):
这是frps的配置吗?