forked from svrjs/svrjs
Fix e04a9dc1d7
commit
This commit is contained in:
parent
e04a9dc1d7
commit
a69714513f
1 changed files with 1 additions and 1 deletions
2
svr.js
2
svr.js
|
@ -1082,7 +1082,7 @@ if (host != "[offline]" || ifaceEx) {
|
|||
}
|
||||
});
|
||||
|
||||
if (crypto.__disabled__ !== undefined) {
|
||||
if (crypto.__disabled__ === undefined) {
|
||||
var ipRequest2 = https.get({
|
||||
host: "api.seeip.org",
|
||||
port: 443,
|
||||
|
|
Reference in a new issue