Closed lilongsky closed 1 year ago
after setting up the server dashboard, follow Web 界面. The chrome shows ERR_CONNECTION_REFUSED
It could be fixed by adding webServer.addr = "0.0.0.0" to Configurations
webServer.addr = "0.0.0.0"
0.52.1
linux/amd64
bindPort = 7000 subdomainHost = "*" vhostHTTPPort = 80 vhostHTTPSPort = 443
webServer.port = 7500 webServer.user = "" webServer.password = ""
webServer.tls.certFile = "" webServer.tls.keyFile = ""
no log related to it
frps.toml
This is expected. For security reasons, the default listening address for the web server is 127.0.0.1.
127.0.0.1
Bug Description
after setting up the server dashboard, follow Web 界面. The chrome shows ERR_CONNECTION_REFUSED
It could be fixed by adding
webServer.addr = "0.0.0.0"
to Configurationsfrpc Version
0.52.1
frps Version
0.52.1
System Architecture
linux/amd64
Configurations
bindPort = 7000 subdomainHost = "*" vhostHTTPPort = 80 vhostHTTPSPort = 443
webServer.port = 7500 webServer.user = "" webServer.password = ""
webServer.tls.certFile = "" webServer.tls.keyFile = ""
Logs
no log related to it
Steps to reproduce
frps.toml
follow https://gofrp.org/zh-cn/docs/features/common/ui/Affected area