Upload files to "/"
This commit is contained in:
+9
-4
@@ -38,11 +38,16 @@
|
|||||||
// DOMAINS
|
// DOMAINS
|
||||||
const targets = [
|
const targets = [
|
||||||
"servzero.net",
|
"servzero.net",
|
||||||
"servtx.net",
|
"servzero.net:64738",
|
||||||
"b.servzero.net",
|
"servzero.net:5280",
|
||||||
"f9its.net",
|
"f9its.net",
|
||||||
"roxtarbar.com",
|
"roxtarbar.com",
|
||||||
"paintyourselfhappywithjen.com"
|
"paintyourselfhappywithjen.com",
|
||||||
|
"servtx.net",
|
||||||
|
"b.servzero.net",
|
||||||
|
"b.servzero.net:2400",
|
||||||
|
"b.servzero.net:2222",
|
||||||
|
"b.servzero.net:6480",
|
||||||
];
|
];
|
||||||
|
|
||||||
function normalize(url) {
|
function normalize(url) {
|
||||||
@@ -89,7 +94,7 @@
|
|||||||
reachable: false,
|
reachable: false,
|
||||||
httpCode: null,
|
httpCode: null,
|
||||||
status: "DOWN",
|
status: "DOWN",
|
||||||
detail: "Request failed (timeout, network error, or blocked by CORS/permissions)."
|
detail: "REQUEST FAILED: NO RESPONSE"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user