Skip to content

Commit

Permalink
fix: add vnc cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
ioito committed Dec 18, 2024
1 parent a866568 commit 571ddaf
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 571ddaf

Please sign in to comment.