mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1758] fp-multiuser问题反馈 #1390
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#1390
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 @Cyclonekid on GitHub (Apr 15, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1758
What version of frp are you using (./frpc -v or ./frps -v)?
frps 0.32.1
frpc 0.32.1
windows平台测试
frps配置如下:
fp-multiuser的token如下:
frpc1配置如下:
frpc2配置如下:
发现问题:

1、两个客户端配置成一样的user和token可以同时登陆,不能限制一个USER只能登陆一次。
2、上面的配置因为增加了user会将proxy转变成user.proxy,对于stcp安全穿透来说定义名称变化,无法连接。
frps可以显示同时登陆了两个同样user的客户端,不能规避客户端配置被复制后随便使用的问题。
如果user不一致,登陆,会导致stcp的proxy转变成user.proxy,第二个frpc会连不上正确的proxy而无法穿透。
@fatedier commented on GitHub (Apr 15, 2020):