mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #844] 密码的两种命令造成误导 #664
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#664
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 @asdaragon on GitHub (Jun 27, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/844
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.20.0
What operating system and processor architecture are you using (
go env)?all
Configures you used:
Steps to reproduce the issue:
1.frps 使用token
2.frpc使用privilege_token
3.frpc提示密码错误
Describe the results you received:
Describe the results you expected:
希望两种方式都能被识别,或者强制使用其中一种方式
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Jun 27, 2018):
https://github.com/fatedier/frp#authentication
@asdaragon commented on GitHub (Jun 27, 2018):
不是,我是说,privilege_token和token这两种方式都是有效的,在我连接到免费的服务器frps时,无法判断对方是使用的privilege_token还是token,只能二选一的尝试。所以建议是强制使用一种,或者privilege_token和token等效。
@fatedier commented on GitHub (Jun 27, 2018):
https://github.com/fatedier/frp/blob/master/README_zh.md#%E5%BC%80%E5%8F%91%E7%8A%B6%E6%80%81
目前不保证向后兼容,所以文档里写的很清楚是
token,没有privilege_token,请保持服务端和客户端版本的统一。