mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1566] frps能否支持热加载配置修改token #1242
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#1242
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 @QQ2017 on GitHub (Dec 16, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1566
frps能否支持热加载配置修改token,其他参数无所谓,但是token如果被人知道后,就一直可以免费使用服务器了。
如果要修改token,目前只能修改配置文件重新打开frps,会导致连接的frpc断开。
如果可以支持热加载配置来修改token,那么已连接的frpc就不会断开了,而新连接的frpc则需要新的token才能连接到frps。
或者是否有其他方法防止盗用frps?
@fatedier commented on GitHub (Jan 5, 2020):
不支持,v0.31.0 版本支持服务端插件,如果有类似的需求可以通过自己写插件来实现。