fix(upgrader): use cloud.nginxui.com as proxy by default

This commit is contained in:
Jacky 2025-05-05 05:47:40 +00:00
parent 3d886fded6
commit 5a34d5ca9a
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
5 changed files with 50 additions and 30 deletions

View file

@ -22,7 +22,6 @@ func BinaryUpgrade(ws *websocket.Conn, control *Control) {
})
u, err := NewUpgrader(control.Channel)
if err != nil {
_ = ws.WriteJSON(CoreUpgradeResp{
Status: UpgradeStatusError,