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"]
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
hostname: spin-vm.jrvs.io
|
||||
hostname: socket.y2k.app
|
||||
url: http://localhost:80
|
||||
logfile: /var/log/cloudflared.log
|
||||
|
Reference in New Issue
Block a user