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
+1 -1
View File
@@ -7,7 +7,7 @@ if (window.WebSocket) {
// https://github.com/novnc/noVNC/blob/master/docs/API.md // https://github.com/novnc/noVNC/blob/master/docs/API.md
const rfb = new RFB( const rfb = new RFB(
document.getElementById("display"), document.getElementById("display"),
"wss://spin-vm.jrvs.io", "wss://socket.y2k.app",
{ {
wsProtocols: ["binary", "base64"] wsProtocols: ["binary", "base64"]
} }
+1 -1
View File
@@ -1,3 +1,3 @@
hostname: spin-vm.jrvs.io hostname: socket.y2k.app
url: http://localhost:80 url: http://localhost:80
logfile: /var/log/cloudflared.log logfile: /var/log/cloudflared.log