mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
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:
@@ -75,6 +75,7 @@ const clientOptions = {
|
|||||||
vnc: {
|
vnc: {
|
||||||
"swap-red-blue": false,
|
"swap-red-blue": false,
|
||||||
cursor: "remote",
|
cursor: "remote",
|
||||||
|
security: "any",
|
||||||
width: 1280,
|
width: 1280,
|
||||||
height: 720,
|
height: 720,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -216,6 +216,7 @@ router.post(
|
|||||||
password,
|
password,
|
||||||
{
|
{
|
||||||
port: port || 5900,
|
port: port || 5900,
|
||||||
|
security: "any",
|
||||||
...guacConfig,
|
...guacConfig,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user