ESA
tcp/443 tcp/80 tcp/8443
Open service 2404:2280:1cc:0:3::427:8443 · hsuw88.gzsheri.com
2026-01-11 22:50
HTTP/1.1 530 Record Not Found
Server: ESA
Content-Type: text/html;charset=utf-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: acw_tc=a3b55cf217681718269847872e4d03e60f5a3718caa238324cfb5ead48;path=/;HttpOnly;Max-Age=3600
Set-Cookie: cdn_sec_tc=a3b55cf217681718269847872e4d03e60f5a3718caa238324cfb5ead48;path=/;HttpOnly;Max-Age=3600
Date: Sun, 11 Jan 2026 22:50:19 GMT
via: ens-cache10.l2hk12[10,0,DP], ens-cache11.l2sg9[40,0,DP], ens-cache23.de5[528,0,DP], ens-cache23.de5[532,0]
x-site-cache-status: DYNAMIC
Timing-Allow-Origin: *
EagleId: a3b55cf217681718269847872e
Page title: 530 - 访问限制
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>530 - 访问限制</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
margin: 0;
padding: 0;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #333;
text-align: center;
}
.container {
background-color: rgba(255, 255, 255, 0.9);
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
padding: 40px;
max-width: 600px;
width: 90%;
animation: fadeIn 0.5s ease-in-out;
}
h1 {
font-size: 3rem;
color: #ff8c00;
margin-bottom: 20px;
}
.error-code {
font-size: 5rem;
font-weight: bold;
color: #ff8c00;
margin-bottom: 10px;
}
p {
font-size: 1.2rem;
line-height: 1.6;
margin-bottom: 25px;
}
.btn {
display: inline-block;
background: #ff8c00;
color: white;
padding: 12px 24px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
margin: 10px;
border: none;
cursor: pointer;
}
.btn:hover {
background: #ffa500;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(255, 140, 0, 0.3);
}
.footer {
margin-top: 40px;
font-size: 0.9rem;
color: #666;
border-top: 1px solid #eee;
padding-top: 20px;
}
.ip-info {
margin-top: 15px;
font-size: 0.85rem;
color: #555;
text-align: left;
background: #f8f9fa;
padding: 10px;
border-radius: 5px;
font-family: monospace;
}
.cdn-info {
margin-top: 15px;
font-size: 0.8rem;
color: #888;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.icon {
font-size: 4rem;
margin-bottom: 20px;
color: #ff8c00;
}
</style>
</head>
<body>
<div class="container">
<div class="icon">🚫</div>
<div class="error-code">530</div>
<h1>访问限制</h1>
<p>抱歉,您正在尝试直接访问IP地址或该域名尚未配置。</p>
<p>请使用正确的域名访问本网站,直接访问IP地址不被允许。</p>
<p>如果您是网站管理员,请检查域名解析和服务器配置。</p>
<div>
<a href="/" class="btn">刷新页面</a>
<a href="javascript:history.back()" class="btn">返回上一页</a>
</div>
<div class="footer">
<div class="ip-info">
您的IP: 163.181.79.158<br>
节点IP: 156.247.39.169
</div>
<div class="cdn-info">
CDN提供商:伯乐CDN<br>
联系方式:<a href="https://t.me/sgpcdn" target="_blank">https://t.me/sgpcdn</a>
</div>
</div>
</div>
</body>
</html>
Open service 2404:2280:1cc:0:3::427:80 · hsuw88.gzsheri.com
2026-01-11 22:50
HTTP/1.1 301 Moved Permanently
Server: ESA
Date: Sun, 11 Jan 2026 22:50:26 GMT
Content-Type: text/html
Content-Length: 1208
Connection: close
Set-Cookie: acw_tc=a3b55cf117681718261204811efb64b92b229d28a259e6e4807582e098;path=/;HttpOnly;Max-Age=3600
Set-Cookie: cdn_sec_tc=a3b55cf117681718261204811efb64b92b229d28a259e6e4807582e098;path=/;HttpOnly;Max-Age=3600
Location: https://hsuw88.gzsheri.com/
Via: ens-cache22.de5[,0]
Timing-Allow-Origin: *
EagleId: a3b55cf117681718261204811e
Page title: 301 Moved Permanently
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head><title>301 Moved Permanently</title><style> body { font-family: Arial, sans-serif; background-color: #f4f4f9; color: #333; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .container { background-color: white; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 30px; width: 100%; max-width: 600px; text-align: left; } h1 { color: #e74c3c; font-size: 2.5em; margin-bottom: 20px; } p { font-size: 1.2em; line-height: 1.6; margin-bottom: 20px; } table { width: 100%; margin-top: 20px; border-collapse: collapse; } table td { padding: 10px; border: 1px solid #ddd; } table td:first-child { font-weight: bold; background-color: #f9f9f9; } hr { border: 0; border-top: 2px solid #e74c3c; margin: 20px 0; } footer { font-size: 1em; color: #999; } img { margin-top: 20px; width: 100%; max-width: 100%; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } </style></head>
<body>
<div class="container"><h1>301 Moved Permanently</h1>
<p>The requested resource has been assigned a new permanent URI.</p>
<hr/>Powered by ESA</div></body>
</html>
Open service 2404:2280:1cc:0:3::427:443 · hsuw88.gzsheri.com
2026-01-11 22:50
HTTP/1.1 530 Record Not Found
Server: ESA
Content-Type: text/html;charset=utf-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: acw_tc=a3b55cec17681718265686877eea8f8e16bb1b5e90b9913d5fd4d9f401;path=/;HttpOnly;Max-Age=3600
Set-Cookie: cdn_sec_tc=a3b55cec17681718265686877eea8f8e16bb1b5e90b9913d5fd4d9f401;path=/;HttpOnly;Max-Age=3600
Date: Sun, 11 Jan 2026 22:50:18 GMT
via: ens-cache22.l2hk12[8,0,DP], ens-cache13.l2sg9[39,0,DP], ens-cache17.de5[528,0,DP], ens-cache17.de5[531,0]
x-site-cache-status: DYNAMIC
Timing-Allow-Origin: *
EagleId: a3b55cec17681718265686877e
Page title: 530 - 访问限制
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>530 - 访问限制</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
margin: 0;
padding: 0;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #333;
text-align: center;
}
.container {
background-color: rgba(255, 255, 255, 0.9);
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
padding: 40px;
max-width: 600px;
width: 90%;
animation: fadeIn 0.5s ease-in-out;
}
h1 {
font-size: 3rem;
color: #ff8c00;
margin-bottom: 20px;
}
.error-code {
font-size: 5rem;
font-weight: bold;
color: #ff8c00;
margin-bottom: 10px;
}
p {
font-size: 1.2rem;
line-height: 1.6;
margin-bottom: 25px;
}
.btn {
display: inline-block;
background: #ff8c00;
color: white;
padding: 12px 24px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
margin: 10px;
border: none;
cursor: pointer;
}
.btn:hover {
background: #ffa500;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(255, 140, 0, 0.3);
}
.footer {
margin-top: 40px;
font-size: 0.9rem;
color: #666;
border-top: 1px solid #eee;
padding-top: 20px;
}
.ip-info {
margin-top: 15px;
font-size: 0.85rem;
color: #555;
text-align: left;
background: #f8f9fa;
padding: 10px;
border-radius: 5px;
font-family: monospace;
}
.cdn-info {
margin-top: 15px;
font-size: 0.8rem;
color: #888;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.icon {
font-size: 4rem;
margin-bottom: 20px;
color: #ff8c00;
}
</style>
</head>
<body>
<div class="container">
<div class="icon">🚫</div>
<div class="error-code">530</div>
<h1>访问限制</h1>
<p>抱歉,您正在尝试直接访问IP地址或该域名尚未配置。</p>
<p>请使用正确的域名访问本网站,直接访问IP地址不被允许。</p>
<p>如果您是网站管理员,请检查域名解析和服务器配置。</p>
<div>
<a href="/" class="btn">刷新页面</a>
<a href="javascript:history.back()" class="btn">返回上一页</a>
</div>
<div class="footer">
<div class="ip-info">
您的IP: 163.181.79.170<br>
节点IP: 156.247.39.169
</div>
<div class="cdn-info">
CDN提供商:伯乐CDN<br>
联系方式:<a href="https://t.me/sgpcdn" target="_blank">https://t.me/sgpcdn</a>
</div>
</div>
</div>
</body>
</html>
Open service 2404:2280:1cc:0:3::427:8443 · aas2.jstcnet.com
2026-01-11 17:37
HTTP/1.1 467 Unknown
Server: ESA
Content-Type: text/html
Content-Length: 413
Connection: close
Set-Cookie: acw_tc=a3b55ca117681530740286139e40b1561ae08280120be6ff05047c9e1c;path=/;HttpOnly;Max-Age=3600
Set-Cookie: cdn_sec_tc=a3b55ca117681530740286139e40b1561ae08280120be6ff05047c9e1c;path=/;HttpOnly;Max-Age=3600
Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
Date: Sun, 11 Jan 2026 17:33:30 GMT
Set-Cookie: sl_auth_info=c4eefb8e9d8542738811375f351526bb_44_41_0; Path=/; Max-Age=3600
Set-Cookie: sl-session=OpZMPWowZWmcMKDfalth2A==; Path=/; Max-Age=86400; HttpOnly
via: ens-cache27.l2eo166-18[21,0,DP], ens-cache51.l2eu95-10[30,0,DP], ens-cache13.de5[212,0,DP], ens-cache13.de5[213,0]
x-site-cache-status: DYNAMIC
Timing-Allow-Origin: *
EagleId: a3b55ca117681530740286139e
<script src="/.safeline/static/auth.js"></script><script>document.addEventListener("DOMContentLoaded", () => {SafeLineAuth({"sources":[{"rule_id":0,"type":"usergroup","title":""}],"action": 0,"msg": "","check_uuid": "0fc49a4399044a08b26d3ae4dcd04ea2","site_id": "44","portal": "","user_code": "","auth_callback": "","tfa_url": "","raw_tfa_url": ""});});</script><!-- event_id: 08ab3b62d5b54378844f696ce0456234 -->
Open service 2404:2280:1cc:0:3::427:80 · aas2.jstcnet.com
2026-01-11 17:37
HTTP/1.1 467 Unknown
Server: ESA
Content-Type: text/html
Content-Length: 413
Connection: close
Set-Cookie: acw_tc=a3b55ca117681530740126135ee3de62ef409ef8a2cc9a90d0c18fec1c;path=/;HttpOnly;Max-Age=3600
Set-Cookie: cdn_sec_tc=a3b55ca117681530740126135ee3de62ef409ef8a2cc9a90d0c18fec1c;path=/;HttpOnly;Max-Age=3600
Date: Sun, 11 Jan 2026 17:33:30 GMT
Set-Cookie: sl_auth_info=b9ed3255bbba45e88e346d1c621285b6_44_41_0; Path=/; Max-Age=3600
Set-Cookie: sl-session=5L6GDWowZWnsOnVB5GR+lg==; Path=/; Max-Age=86400; HttpOnly
via: ens-cache1.l2eo166-18[21,0,DP], ens-cache13.l2eu95-10[30,0,DP], ens-cache13.de5[202,0,DP], ens-cache13.de5[211,0]
x-site-cache-status: DYNAMIC
Timing-Allow-Origin: *
EagleId: a3b55ca117681530740126135e
<script src="/.safeline/static/auth.js"></script><script>document.addEventListener("DOMContentLoaded", () => {SafeLineAuth({"sources":[{"rule_id":0,"type":"usergroup","title":""}],"action": 0,"msg": "","check_uuid": "0f0cb7308a5d48748743d3a4c98575b5","site_id": "44","portal": "","user_code": "","auth_callback": "","tfa_url": "","raw_tfa_url": ""});});</script><!-- event_id: 603901fb1303475fb889d5d2e49399b4 -->
Open service 2404:2280:1cc:0:3::427:443 · aas2.jstcnet.com
2026-01-11 17:37
HTTP/1.1 467 Unknown
Server: ESA
Content-Type: text/html
Content-Length: 413
Connection: close
Set-Cookie: acw_tc=a3b55cf017681530740104745eedfe1f9ec8a6151a82bdaa26be811b96;path=/;HttpOnly;Max-Age=3600
Set-Cookie: cdn_sec_tc=a3b55cf017681530740104745eedfe1f9ec8a6151a82bdaa26be811b96;path=/;HttpOnly;Max-Age=3600
Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
Date: Sun, 11 Jan 2026 17:33:30 GMT
Set-Cookie: sl_auth_info=c31f8f8808d74b36977716621eb6fe02_44_41_0; Path=/; Max-Age=3600
Set-Cookie: sl-session=3i/zSWowZWkYJmKKfmqfTg==; Path=/; Max-Age=86400; HttpOnly
via: ens-cache36.l2eo166-18[20,0,DP], ens-cache80.l2eu95-10[29,0,DP], ens-cache21.de5[214,0,DP], ens-cache21.de5[226,0]
x-site-cache-status: DYNAMIC
Timing-Allow-Origin: *
EagleId: a3b55cf017681530740104745e
<script src="/.safeline/static/auth.js"></script><script>document.addEventListener("DOMContentLoaded", () => {SafeLineAuth({"sources":[{"rule_id":0,"type":"usergroup","title":""}],"action": 0,"msg": "","check_uuid": "181d8c45523440f19bd7f97dd48eac96","site_id": "44","portal": "","user_code": "","auth_callback": "","tfa_url": "","raw_tfa_url": ""});});</script><!-- event_id: 7c514c64d7b84227b56f3c3b4332c188 -->