diff --git a/js/network.js b/js/network.js index 22959df..c20f404 100644 --- a/js/network.js +++ b/js/network.js @@ -6,7 +6,7 @@ function peerLookup(element) { // Get online status $.ajax({ type: 'GET', - url: 'https://api.twisterarmy.dedyn.io/socket.php?host=' + host + '&port=' + port, + url: 'https://yggapi.duckdns.org/net/socket.php?host=' + host + '&port=' + port, dataType: 'json', success: function (result) { diff --git a/network.html b/network.html index 2c1fa05..f78d068 100644 --- a/network.html +++ b/network.html @@ -24,7 +24,7 @@ --> - +