Skip to content

Commit

Permalink
Merge pull request #1138 from ioito/hotfix/qx-vnc-cookie
Browse files Browse the repository at this point in the history
fix: add vnc cookie
  • Loading branch information
ioito authored Dec 18, 2024
2 parents a866568 + 571ddaf commit 5e3f675
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cloudprovider/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ type ServerVncOutput struct {
ConnectParams string `json:"connect_params"`
Session string `json:"session"`

// sangfor
Cookie string `json:"cookie"`

Hypervisor string `json:"hypervisor"`
}

Expand Down

0 comments on commit 5e3f675

Please sign in to comment.