diff --git a/svr.js b/svr.js index a1415a0..40ee3e2 100644 --- a/svr.js +++ b/svr.js @@ -1082,7 +1082,7 @@ if (host != "[offline]" || ifaceEx) { } }); - if (!crypto.__disabled) { + if (crypto.__disabled__ !== undefined) { var ipRequest2 = https.get({ host: "api.seeip.org", port: 443,