From f55a0b374fad91e3f95fd0ca134e08b406f9de0a Mon Sep 17 00:00:00 2001 From: mdPlusPlus Date: Mon, 30 Jan 2023 19:36:44 +0100 Subject: [PATCH] Add http://116.203.51.179, but comment it out for now --- php/fetch-servers.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/fetch-servers.php b/php/fetch-servers.php index 8b51694..d1bb738 100644 --- a/php/fetch-servers.php +++ b/php/fetch-servers.php @@ -26,12 +26,14 @@ * Ideally this shouldn't be necessary, but it is for now */ $known_servers = array( +// "http://116.203.51.179", // "http://13.233.251.36:8081", // found via shodan.io, but now offline "https://open.getsession.org" ); $known_pubkeys = array( // "server_without_proto" => "64 char hex public key" + "116.203.51.179" => "39016f991400c35a46e11e06cb2a64d6d8ab6652e484a556b14f7cf57ed7e73a", "13.233.251.36:8081" => "efcaecf00aebf5b75e62cf1fd550c6052842e1415a9339406e256c8b27cd2039", "open.getsession.org" => "a03c383cf63c3c4efe67acc52112a6dd734b3a946b9545f488aaa93da7991238" );