mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 21:03:47 +00:00
fix: enable VNC TLS/VeNCrypt support with security mode negotiation
This commit is contained in:
@@ -75,6 +75,7 @@ const clientOptions = {
|
||||
vnc: {
|
||||
"swap-red-blue": false,
|
||||
cursor: "remote",
|
||||
security: "any",
|
||||
width: 1280,
|
||||
height: 720,
|
||||
},
|
||||
|
||||
@@ -216,6 +216,7 @@ router.post(
|
||||
password,
|
||||
{
|
||||
port: port || 5900,
|
||||
security: "any",
|
||||
...guacConfig,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user