mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Update IPCheck.js
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
// if ($response.statusCode != 200) {
|
||||
// $done(Null);
|
||||
// }
|
||||
|
||||
// var body = $response.body;
|
||||
// var obj = JSON.parse(body);
|
||||
|
||||
if ($response.statusCode != 200) {
|
||||
$done(Null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user