frp icon indicating copy to clipboard operation
frp copied to clipboard

使用type=“http”穿透http服务时 无法登出

Open NanoNM opened this issue 1 year ago • 0 comments

Bug Description

使用type=“http”穿透http服务时 管理器页面一直保持登录状态 手动删除cookie session也不行 手动登出也不行

frpc Version

0.54.0

frps Version

0.53.2

System Architecture

linux/amd64

Configurations

serverAddr = "xxx" serverPort = 15443

auth.token = "xxx"

frps.toml

webServer.addr = "0.0.0.0" webServer.port = 7000

dashboard 用户名密码,可选,默认为空

webServer.user = "admin" webServer.password = "admin"

[[proxies]] name = "unraid" type = "http" localPort = 80 customDomains = ["unraid.xxx.xxx"] httpUser = "xxx" httpPassword = "xxx"

Logs

No response

Steps to reproduce

...

Affected area

  • [ ] Docs
  • [ ] Installation
  • [ ] Performance and Scalability
  • [X] Security
  • [ ] User Experience
  • [ ] Test and Release
  • [ ] Developer Infrastructure
  • [ ] Client Plugin
  • [ ] Server Plugin
  • [ ] Extensions
  • [ ] Others

NanoNM avatar Feb 25 '24 01:02 NanoNM