Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
voidpro-dev authored Jul 29, 2024
1 parent 49bd589 commit bedae01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ <h2 id="info"></h2>
}]
});

info.innerText = "Capturing requests from " + location.host + "/dstat";
info.innerText = "Capturing requests from https://dstat.voids.top";

let ws = new WebSocket("ws://" + location.host + "/ws");
let ws = new WebSocket("ws://dstat-status.voids.top/ws");

ws.onmessage = (event) => {
let requests = Number(event.data);
Expand All @@ -87,4 +87,4 @@ <h2 id="info"></h2>
</script>
</body>

</html>
</html>

0 comments on commit bedae01

Please sign in to comment.