Merge pull request #777 from ZacharyZcR/fix/vnc-tls-support

fix: enable VNC TLS/VeNCrypt support with security mode negotiation
This commit is contained in:
ZacharyZcR
2026-05-18 04:34:22 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -75,6 +75,7 @@ const clientOptions = {
vnc: {
"swap-red-blue": false,
cursor: "remote",
security: "any",
width: 1280,
height: 720,
},
+1
View File
@@ -216,6 +216,7 @@ router.post(
password,
{
port: port || 5900,
security: "any",
...guacConfig,
},
);