update websockets endpoint

This commit is contained in:
2021-11-18 19:58:34 -05:00
parent 3395f2c96d
commit 23dccc7abe
2 changed files with 2 additions and 2 deletions

View File

@ -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"]
}

View File

@ -1,3 +1,3 @@
hostname: spin-vm.jrvs.io
hostname: socket.y2k.app
url: http://localhost:80
logfile: /var/log/cloudflared.log