update websockets endpoint
This commit is contained in:
+1
-1
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user