mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 13:00:52 +08:00
fix(client): Prevent overwriting auth file on update
This commit is contained in:
@@ -72,4 +72,6 @@ const (
|
||||
UnregisterReasonShutdown UnregisterReason = "shutdown"
|
||||
// UnregisterReasonAuthFileRemoved indicates the underlying auth file was deleted.
|
||||
UnregisterReasonAuthFileRemoved UnregisterReason = "auth-file-removed"
|
||||
// UnregisterReasonAuthFileUpdated indicates the auth file content was modified.
|
||||
UnregisterReasonAuthFileUpdated UnregisterReason = "auth-file-updated"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user