Upload files to "/"

This commit is contained in:
2026-07-26 18:42:38 +00:00
parent a55428414b
commit 0949dd6b8b
+9 -4
View File
@@ -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"
};
}