1
0
Fork 0
forked from svrjs/svrjs
This commit is contained in:
Dorian Niemiec 2024-08-26 06:45:44 +02:00
parent e04a9dc1d7
commit a69714513f

2
svr.js
View file

@ -1082,7 +1082,7 @@ if (host != "[offline]" || ifaceEx) {
} }
}); });
if (crypto.__disabled__ !== undefined) { if (crypto.__disabled__ === undefined) {
var ipRequest2 = https.get({ var ipRequest2 = https.get({
host: "api.seeip.org", host: "api.seeip.org",
port: 443, port: 443,