mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3715] frps 面板 默认无法连接。 #2957
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#2957
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 @superzjg on GitHub (Oct 23, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3715
Bug Description
以前面板监听webServer.addr默认是0.0.0.0,现在默认是webServer.addr = "127.0.0.1",导致必须设置这个参数改回来才能连接,留空连接不上。
frpc Version
0.52.1
frps Version
0.52.1
System Architecture
linux/arm64
Configurations
webServer.addr = ""
Logs
2023/10/23 10:56:55 [I] [service.go:200] frps tcp listen on 0.0.0.0:5340
2023/10/23 10:56:55 [I] [service.go:226] frps quic listen on quic 0.0.0.0:5340
2023/10/23 10:56:55 [I] [service.go:261] http service listen on 0.0.0.0:5341
2023/10/23 10:56:55 [I] [service.go:312] Dashboard listen on 127.0.0.1:5342
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Oct 23, 2023):
https://github.com/fatedier/frp/issues/3709#issuecomment-1774338490