mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5024] 多层网络嵌套socks代理认证问题 #3957
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3957
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Archerkong on GitHub (Oct 17, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5024
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
@github-actions[bot] commented on GitHub (Nov 1, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.