mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1756] [建议]服务端增加客户端验证,避免客户端被随便复制滥用 #1388
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#1388
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/1756
1、内网主机通过Frp转发服务,最近发现Frp上的服务端端口越来越多,检查发现其他人员人为复制Frpc配置文件到其他计算机修改相关配置就可以直接使用
2、建议frpc启动时获取计算机cpuid作为认证ID,该ID可以配置在服务端配置文件内,使用token 和客户端ID双重认证
3、客户端增加 frpc -id 获取本机的id 这样防止frpc客户端被随便复制滥用。
如:
`
`
@fatedier commented on GitHub (Apr 15, 2020):
https://github.com/gofrp/fp-multiuser