CloudFront
tcp/443 tcp/80
Open service 18.244.18.111:80 · e951.vip
2025-12-22 07:40
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:40:10 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://e951.vip/ X-Cache: Redirect from cloudfront Via: 1.1 e4f83d72be7853fbcceb590827a5b68a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P11 X-Amz-Cf-Id: OXI0unO8Oye_PC6aMjoOdEudJxqz7Y3d3Dj7aNknNHAd3DmQQWuLcA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.244.18.12:80 · e951.vip
2025-12-22 07:40
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:40:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://e951.vip/ X-Cache: Redirect from cloudfront Via: 1.1 7daf545331a4f565a58e22b0fa952528.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P11 X-Amz-Cf-Id: phbS0I68aVoyeVdFiy5DfA94OzeX4-ShIdbCJg_CP4dcAcUCu8O4rA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.244.18.6:80 · e951.vip
2025-12-22 07:40
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:40:10 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://e951.vip/ X-Cache: Redirect from cloudfront Via: 1.1 553c17cdbfc8c5ba81390077b0e5d2d4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P11 X-Amz-Cf-Id: ipskI1OA4SXXCfiLikMDWejEgH24q5f1VZSEhHDj0f6SAPCxGSOrkQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.244.18.69:80 · e951.vip
2025-12-22 07:40
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:40:09 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://e951.vip/ X-Cache: Redirect from cloudfront Via: 1.1 b88a4e10ec6aa05046ba32d44beb97f2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P11 X-Amz-Cf-Id: XNWRM9wE_r7oh59ZGD3_Re5Vxb-ifqtcAeMxsXJ23vON3dzhc2wYvg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.244.18.111:443 · e951.vip
2025-12-22 07:40
HTTP/1.1 200 OK
Server: CloudFront
Content-Type: text/html
Content-Length: 4264
Connection: close
Date: Mon, 22 Dec 2025 07:40:09 GMT
Accept-Ranges: bytes
Last-Modified: Thu, 11 Dec 2025 10:17:57 GMT
ETag: "693a9a55-10a8"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 b88a4e10ec6aa05046ba32d44beb97f2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P11
X-Amz-Cf-Id: BBUybF6N5KPc97Fuz0KstgYirn1HK3X73Y7_Ooua0iYAWUKlBm1ERw==
<!doctype html><html lang="pt-BR" data-theme=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS
.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><meta name="full-screen" content="true"/><meta name="screen-orientation" content="portrait"/><meta name="x5-orientation" content="portrait"/><meta name="x5-fullscreen" content="true"/><meta name="360-fullscreen" content="true"/><meta name="browsermode" content="application"/><meta name="x5-page-mode" content="app"/><link rel="stylesheet" href="/static/index.2da1efab.css"/><link rel="icon" href="/static/images/favicon.ico"><link href="/static/images/favicon.ico" rel="apple-touch-icon-precomposed"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-status-bar-style" content="black"><title></title><style>.loadingbgshow {
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #111;
}
.spinnershow {
width: 40px;
height: 40px;
border: 4px solid rgba(255, 255, 255, 0.2); /* 灰色边框 */
border-top: 4px solid white; /* 白色上边,造成旋转视觉效果 */
border-radius: 50%;
animation: spinnershows 1s linear infinite;
margin: 100px auto; /* 居中显示,可根据需求调整 */
}
@keyframes spinnershows {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}</style><script defer="defer" src="/js/uniapp.497b5daf.js"></script><script defer="defer" src="/js/vue.ca80526e.js"></script><script defer="defer" src="/js/corejs.6c50ff36.js"></script><script defer="defer" src="/js/654.953a2c41.js"></script><script defer="defer" src="/js/index.a31922d3.js"></script></head><body><script>if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./static/js/sw.js')
.then(registration => {
console.log('Service Worker 注册成功:', registration);
})
.catch(error => {
console.error(' Service Worker error:', error);
});
});
}</script><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><div id="loadings"></div><div id="copyText" style="opacity: 0;"></div><div class="loadingbgshow"><div class="spinnershow"></div></div></body><script>// let baseUrl = "";
// if ("https:" == location.protocol) {
// let e = document.domain.split(".");
// var sliLen = e.length - 1 >= 2 ? e.length - 1 : 2;
// baseUrl = location.protocol + "//client." + e.slice(-sliLen).join(".")
// } else baseUrl = "https://client.violetapg777.com";
// fetch(baseUrl + "/api/main/getSkin").then(e => {
// if (!e.ok) throw new Error("Network response was not ok");
// return e.json()
// }).then(e => {
// localStorage.getSkin = JSON.stringify(e.data), document.querySelector(".loadingbg").innerHTML =
// `<img class="loadingbg_img" src="${e.data.loadingImg}" alt="">`, document.querySelector(".loadingbg")
// .classList = "loadingbg bg-" + e.data.theme, console.log("response", e)
// }).catch(e => {
// console.error("There has been a problem with your fetch operation:", e)
// });</script><script>! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s
Open service 18.244.18.12:443 · e951.vip
2025-12-22 07:40
HTTP/1.1 200 OK
Server: CloudFront
Content-Type: text/html
Content-Length: 4264
Connection: close
Date: Mon, 22 Dec 2025 07:40:09 GMT
Accept-Ranges: bytes
Last-Modified: Thu, 11 Dec 2025 10:17:57 GMT
ETag: "693a9a55-10a8"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 094f3889138382e35e0daededad0ca5e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P11
X-Amz-Cf-Id: HBDDo0R9lcMhzBniTqfnH-eWpuLN6dEHLyqO1Fb8DyiakwHn2y6ZPg==
<!doctype html><html lang="pt-BR" data-theme=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS
.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><meta name="full-screen" content="true"/><meta name="screen-orientation" content="portrait"/><meta name="x5-orientation" content="portrait"/><meta name="x5-fullscreen" content="true"/><meta name="360-fullscreen" content="true"/><meta name="browsermode" content="application"/><meta name="x5-page-mode" content="app"/><link rel="stylesheet" href="/static/index.2da1efab.css"/><link rel="icon" href="/static/images/favicon.ico"><link href="/static/images/favicon.ico" rel="apple-touch-icon-precomposed"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-status-bar-style" content="black"><title></title><style>.loadingbgshow {
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #111;
}
.spinnershow {
width: 40px;
height: 40px;
border: 4px solid rgba(255, 255, 255, 0.2); /* 灰色边框 */
border-top: 4px solid white; /* 白色上边,造成旋转视觉效果 */
border-radius: 50%;
animation: spinnershows 1s linear infinite;
margin: 100px auto; /* 居中显示,可根据需求调整 */
}
@keyframes spinnershows {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}</style><script defer="defer" src="/js/uniapp.497b5daf.js"></script><script defer="defer" src="/js/vue.ca80526e.js"></script><script defer="defer" src="/js/corejs.6c50ff36.js"></script><script defer="defer" src="/js/654.953a2c41.js"></script><script defer="defer" src="/js/index.a31922d3.js"></script></head><body><script>if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./static/js/sw.js')
.then(registration => {
console.log('Service Worker 注册成功:', registration);
})
.catch(error => {
console.error(' Service Worker error:', error);
});
});
}</script><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><div id="loadings"></div><div id="copyText" style="opacity: 0;"></div><div class="loadingbgshow"><div class="spinnershow"></div></div></body><script>// let baseUrl = "";
// if ("https:" == location.protocol) {
// let e = document.domain.split(".");
// var sliLen = e.length - 1 >= 2 ? e.length - 1 : 2;
// baseUrl = location.protocol + "//client." + e.slice(-sliLen).join(".")
// } else baseUrl = "https://client.violetapg777.com";
// fetch(baseUrl + "/api/main/getSkin").then(e => {
// if (!e.ok) throw new Error("Network response was not ok");
// return e.json()
// }).then(e => {
// localStorage.getSkin = JSON.stringify(e.data), document.querySelector(".loadingbg").innerHTML =
// `<img class="loadingbg_img" src="${e.data.loadingImg}" alt="">`, document.querySelector(".loadingbg")
// .classList = "loadingbg bg-" + e.data.theme, console.log("response", e)
// }).catch(e => {
// console.error("There has been a problem with your fetch operation:", e)
// });</script><script>! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s
Open service 18.244.18.6:443 · e951.vip
2025-12-22 07:40
HTTP/1.1 400 Bad Request Server: CloudFront Date: Mon, 22 Dec 2025 07:40:08 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 872b8cb7808b8e013ecc6c3cc24aa826.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P11 X-Amz-Cf-Id: -OijIxPbE0XoUQb2sJmehToOuTpM6YEiRwwW5_0HilU_OO7wyUhHXQ== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>400 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: -OijIxPbE0XoUQb2sJmehToOuTpM6YEiRwwW5_0HilU_OO7wyUhHXQ== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 18.244.18.69:443 · e951.vip
2025-12-22 07:40
HTTP/1.1 200 OK
Server: CloudFront
Content-Type: text/html
Content-Length: 4264
Connection: close
Date: Mon, 22 Dec 2025 07:40:09 GMT
Accept-Ranges: bytes
Last-Modified: Thu, 11 Dec 2025 10:17:57 GMT
ETag: "693a9a55-10a8"
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 6f1a8e219f50f958f5a2fbc9c84af776.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P11
X-Amz-Cf-Id: erQTJZRIHqvzNeUc01xJdpFxQZISvnerC8xwdXT_4I-eY1VebhxwrQ==
<!doctype html><html lang="pt-BR" data-theme=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS
.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><meta name="full-screen" content="true"/><meta name="screen-orientation" content="portrait"/><meta name="x5-orientation" content="portrait"/><meta name="x5-fullscreen" content="true"/><meta name="360-fullscreen" content="true"/><meta name="browsermode" content="application"/><meta name="x5-page-mode" content="app"/><link rel="stylesheet" href="/static/index.2da1efab.css"/><link rel="icon" href="/static/images/favicon.ico"><link href="/static/images/favicon.ico" rel="apple-touch-icon-precomposed"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><meta name="theme-color" content="#ffffff"><meta name="apple-mobile-web-app-status-bar-style" content="black"><title></title><style>.loadingbgshow {
position: fixed;
z-index: 100000;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #111;
}
.spinnershow {
width: 40px;
height: 40px;
border: 4px solid rgba(255, 255, 255, 0.2); /* 灰色边框 */
border-top: 4px solid white; /* 白色上边,造成旋转视觉效果 */
border-radius: 50%;
animation: spinnershows 1s linear infinite;
margin: 100px auto; /* 居中显示,可根据需求调整 */
}
@keyframes spinnershows {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}</style><script defer="defer" src="/js/uniapp.497b5daf.js"></script><script defer="defer" src="/js/vue.ca80526e.js"></script><script defer="defer" src="/js/corejs.6c50ff36.js"></script><script defer="defer" src="/js/654.953a2c41.js"></script><script defer="defer" src="/js/index.a31922d3.js"></script></head><body><script>if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./static/js/sw.js')
.then(registration => {
console.log('Service Worker 注册成功:', registration);
})
.catch(error => {
console.error(' Service Worker error:', error);
});
});
}</script><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><div id="loadings"></div><div id="copyText" style="opacity: 0;"></div><div class="loadingbgshow"><div class="spinnershow"></div></div></body><script>// let baseUrl = "";
// if ("https:" == location.protocol) {
// let e = document.domain.split(".");
// var sliLen = e.length - 1 >= 2 ? e.length - 1 : 2;
// baseUrl = location.protocol + "//client." + e.slice(-sliLen).join(".")
// } else baseUrl = "https://client.violetapg777.com";
// fetch(baseUrl + "/api/main/getSkin").then(e => {
// if (!e.ok) throw new Error("Network response was not ok");
// return e.json()
// }).then(e => {
// localStorage.getSkin = JSON.stringify(e.data), document.querySelector(".loadingbg").innerHTML =
// `<img class="loadingbg_img" src="${e.data.loadingImg}" alt="">`, document.querySelector(".loadingbg")
// .classList = "loadingbg bg-" + e.data.theme, console.log("response", e)
// }).catch(e => {
// console.error("There has been a problem with your fetch operation:", e)
// });</script><script>! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s