cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.142.101:80 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:41:18 GMT Content-Length: 0 Connection: close Location: https://www.edgevanapy.com/ Server-Timing: cfEdge;dur=10,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e40efb48b403-SIN alt-svc: h3=":443"; ma=86400
Open service 104.21.63.15:80 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:41:18 GMT Content-Length: 0 Connection: close Location: https://www.edgevanapy.com/ Server-Timing: cfEdge;dur=13,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e40efe95893c-SIN alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3030::6815:3f0f:443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40fcda743a4-EWR
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=310,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 172.67.142.101:443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e4102c179905-BOM
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=135,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3033::ac43:8e65:443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40f5e25d3a9-FRA
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 2606:4700:3033::ac43:8e65:80 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:41:18 GMT Content-Length: 0 Connection: close Location: https://www.edgevanapy.com/ Server-Timing: cfEdge;dur=14,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e40e3a5536fe-YYZ alt-svc: h3=":443"; ma=86400
Open service 104.21.63.15:443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40f79fe3d85-EWR
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=98,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3030::6815:3f0f:8443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40e8fedbebc-LHR
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 2606:4700:3033::ac43:8e65:8443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40f18621da2-FRA
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 172.67.142.101:8443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e4105f277396-SJC
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=236,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3030::6815:3f0f:80 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:41:18 GMT Content-Length: 0 Connection: close Location: https://www.edgevanapy.com/ Server-Timing: cfEdge;dur=12,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e40dfbc6707f-SJC alt-svc: h3=":443"; ma=86400
Open service 104.21.63.15:8443 · www.edgevanapy.com
2026-01-11 19:41
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:41:18 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e40f58f5ab2e-YYZ
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=124,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3033::ac43:8e65:443 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:40:51 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e365a8dcab58-SJC
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=168,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 104.21.63.15:443 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:40:51 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
CF-Ray: 9bc6e366580d6bb2-SIN
CF-Cache-Status: DYNAMIC
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Vary: accept-encoding
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=1081&min_rtt=1025&rtt_var=424&sent=5&recv=7&lost=0&retrans=0&sent_bytes=4176&recv_bytes=1735&delivery_rate=4238048&cwnd=252&unsent_bytes=0&cid=607a51864b896b9f&ts=414&x=0"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 2606:4700:3030::6815:3f0f:8443 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:40:51 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e3648f7da62e-EWR
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=212,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 2606:4700:3030::6815:3f0f:443 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:40:51 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e3651e955d88-FRA
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 172.67.142.101:8443 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:40:52 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e3687bfc6470-BOM
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=746,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 172.67.142.101:443 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:40:51 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e3634c01dc56-FRA
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 2606:4700:3033::ac43:8e65:80 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:40:50 GMT Content-Length: 0 Connection: close Location: https://edgevanapy.com/ Server: cloudflare CF-RAY: 9bc6e3624a860b66-AMS alt-svc: h3=":443"; ma=86400
Open service 104.21.63.15:80 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:40:50 GMT Content-Length: 0 Connection: close Location: https://edgevanapy.com/ Server: cloudflare CF-RAY: 9bc6e36248802be9-FRA alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3033::ac43:8e65:8443 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:40:51 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e3631bb69bc3-LHR
CF-Cache-Status: DYNAMIC
Vary: accept-encoding
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
</body>
</html>
Open service 2606:4700:3030::6815:3f0f:80 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:40:50 GMT Content-Length: 0 Connection: close Location: https://edgevanapy.com/ Server-Timing: cfEdge;dur=10,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e3621b14fe1b-SIN alt-svc: h3=":443"; ma=86400
Open service 104.21.63.15:8443 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 19:40:51 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bc6e364bcd3a3f1-YYZ
CF-Cache-Status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=518,cfOrigin;dur=0
Last-Modified: Thu, 24 Jul 2025 08:23:01 GMT
Server: cloudflare
Vary: accept-encoding
alt-svc: h3=":8443"; ma=86400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title></title>
</head>
<body>
<script>
(function () {
var url, host, pathname, params, code, urlParams;
var currentUrl = window.location.href;
var paramsObj = {};
if (currentUrl.indexOf('/login')) {
const urlParams = currentUrl.split('?')[1];
if (urlParams) {
if (urlParams.indexOf('&') >= 0) {
const arr = urlParams.split('&');
arr.forEach((n) => {
if (n) {
paramsObj[n.split('=')[0]] = n.split('=')[1];
}
});
} else {
paramsObj[urlParams.split('=')[0]] = urlParams.split('=')[1];
}
}
}
url = new URL(currentUrl);
host = encodeURIComponent(window.location.host);
pathname = url.pathname;
if (pathname.startsWith('/')) {
pathname = pathname.slice(1);
}
if (pathname.endsWith('/')) {
pathname = pathname.slice(0, -1);
}
code = pathname;
if (!code) code = '';
params = new URLSearchParams(url.search);
if (paramsObj || params) {
let yCode, type;
if (currentUrl.indexOf('/login')) {
yCode = paramsObj['yCode'];
type = paramsObj['type'];
} else {
yCode = params.get('yCode');
type = params.get('type');
}
if (type && yCode) {
window.location.href = 'main.html#/login' + `?type=${type}&yCode=${yCode}`;
} else {
if (!code && url.search) {
code = url.search;
}
fetch('/client/api/checkHostCode?host=' + host + '&code=' + code, {
method: 'GET',
})
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
})
.then((res) => {
const data = res.data;
if (data.isDomain == true) {
window.location.href = 'main.html';
} else {
if (data.redirectUrl && data.redirectUrl.configValue) {
window.location.href = data.redirectUrl.configValue;
} else {
document.write('404!')
}
}
})
.catch((error) => {
console.error('Error during verification:', error);
});
}
} else {
document.write('404!!')
}
})();
</script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"18033e5806a64c0a976431c8397a82a0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>
Open service 172.67.142.101:80 · edgevanapy.com
2026-01-11 19:40
HTTP/1.1 301 Moved Permanently Date: Sun, 11 Jan 2026 19:40:50 GMT Content-Length: 0 Connection: close Location: https://edgevanapy.com/ Server-Timing: cfEdge;dur=10,cfOrigin;dur=0 Server: cloudflare CF-RAY: 9bc6e3620aad8d3f-EWR alt-svc: h3=":443"; ma=86400