mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #125] 关于服务端多IP问题 #72
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#72
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 @Sunser on GitHub (Oct 4, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/125
bind_addr = 0.0.0.0 的话所有公网IP都可以访问就是有一个问题使用
./frps -c --reload 会提示无法访问http://0.0.0.0:7500/api 的错误,
请问关于服务端多IP如何处理且支持./frps -c --reload 命令
@fatedier commented on GitHub (Oct 14, 2016):
执行命令后提示什么错误?
@Sunser commented on GitHub (Oct 20, 2016):
frps reload error: Get http://0.0.0.0:7500/api/reload: dial tcp 0.0.0.0:7500: co
nnectex: The requested address is not valid in its context.
@fatedier commented on GitHub (Oct 20, 2016):
在 centos 和 mac 上测试正常,你这个是 windows 环境的问题吧?