Upload files to "/"
This commit is contained in:
+9
-4
@@ -38,11 +38,16 @@
|
||||
// DOMAINS
|
||||
const targets = [
|
||||
"servzero.net",
|
||||
"servtx.net",
|
||||
"b.servzero.net",
|
||||
"servzero.net:64738",
|
||||
"servzero.net:5280",
|
||||
"f9its.net",
|
||||
"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) {
|
||||
@@ -89,7 +94,7 @@
|
||||
reachable: false,
|
||||
httpCode: null,
|
||||
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