frp
frp copied to clipboard
使用type=“http”穿透http服务时 无法登出
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