[GH-ISSUE #3715] frps 面板 默认无法连接。 #2957

Closed
opened 2026-05-05 13:54:33 -06:00 by gitea-mirror · 1 comment
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Oct 23, 2023):

https://github.com/fatedier/frp/issues/3709#issuecomment-1774338490

<!-- gh-comment-id:1774362646 --> @fatedier commented on GitHub (Oct 23, 2023): https://github.com/fatedier/frp/issues/3709#issuecomment-1774338490
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2957
No description provided.