update websockets endpoint
This commit is contained in:
@ -7,7 +7,7 @@ if (window.WebSocket) {
|
||||
// https://github.com/novnc/noVNC/blob/master/docs/API.md
|
||||
const rfb = new RFB(
|
||||
document.getElementById("display"),
|
||||
"wss://spin-vm.jrvs.io",
|
||||
"wss://socket.y2k.app",
|
||||
{
|
||||
wsProtocols: ["binary", "base64"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user