-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Open
Labels
Description
Bug Description
我发现当我使用如下frpc配置文件进行设置时,username = "abc"
password = "abc"部分无法生效,连接时不需要输入密码就可以使用,请问该怎么解决?
frpc Version
0.65.0
frps Version
0.65.0
System Architecture
linux/amd64
Configurations
serverAddr = "vps"
serverPort = 7000
auth.token = "123456"
[[proxies]]
name = "socks1"
type = "tcp"
remotePort = 1071
[proxies.plugin]
type = "socks5"
username = "abc"
password = "abc"
[[proxies]]
name = "socks2"
type = "tcp"
localIP = "127.0.0.1"
localPort = 1072
remotePort = 1073
Logs
No response
Steps to reproduce
...
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others