cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.18.43.174:80 · uuye.net
2026-01-10 09:01
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 09:01:18 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 05 Jun 2025 07:42:19 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zy02V54AeTa2%2BzmRJ6lSHH27qbgTEjwxf8RNdk1BVyjX7vXs94uSdMZVd4dxs57hS5p42yqTYumKOA6SkhYGsfsCjxvDP%2Fsx"}]}
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
CF-RAY: 9bbafd2edd78e7b4-FRA
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 104.18.42.98:80 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:52:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Sun, 21 Dec 2025 13:34:11 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=96ADYcjaD9jHJexPJl7fb%2BHmi4rDrRXbM8uvkgDyyaewnepnSelRIgkOJFZBkw9vQmaG6uQtZvSnjkI8CkmiUOhbkovUkp1vmEs%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bbaefd0d919f02d-SIN
alt-svc: h3=":443"; ma=86400
Page title: UUYA地址发布页
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.56.3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UUYA地址发布页</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<meta name="Description" content="">
<meta property="og:title" content="UUYA - 地址发布页">
<meta property="og:description" content="">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="static/css/feixun.co.css">
<script type="text/javascript" async="" src="static/js/heap-617379593.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("617379593");
</script>
<script type="text/javascript">
function addBookmark(url, title) {
if (!url) {url = window.location}
if (!title) {title = document.title}
var browser = navigator.userAgent.toLowerCase();
if (window.sidebar) {
window.sidebar.addPanel(title, url, "");
} else if (window.external) {
if (browser.indexOf('chrome') == -1) {
window.external.AddFavorite(url, title);
} else {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
}
} else if (window.opera && window.print) {
return true;
} else if (browser.indexOf('konqueror') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+B收藏本站,手机用户请手动添加书签');
} else if (browser.indexOf('webkit') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
} else {
alert('本浏览器暂不支持一键收藏,请手动将网站添加到收藏夹');
}
}
</script>
<!-- 添加 ua-parser-js 用于设备检测 -->
<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
<!-- 新增 CSS 样式 -->
<style>
/* 缩小并醒目的设备信息样式 */
#device-info {
background-color: #ff4d4f;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px 15px;
border-radius: 6px;
text-align: left;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* 下载按钮容器 */
#download-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
}
/* 按钮样式增强(缩小) */
.btn {
display: inline-flex;
align-items: center;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, background-co
Open service 172.64.145.158:80 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:52:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Sun, 21 Dec 2025 13:34:11 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qriO7Rm3zgQAh%2B8mQEbwcqo4kJCXoM3HUN%2FlcOBb3DC%2Bn48not0AHirGztG3UqfjYqejnRkol4RzvAVIPaxM%2Fv08FCFfiLBofcgvtQ%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bbaefd0dc435d38-SIN
alt-svc: h3=":443"; ma=86400
Page title: UUYA地址发布页
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.56.3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UUYA地址发布页</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<meta name="Description" content="">
<meta property="og:title" content="UUYA - 地址发布页">
<meta property="og:description" content="">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="static/css/feixun.co.css">
<script type="text/javascript" async="" src="static/js/heap-617379593.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("617379593");
</script>
<script type="text/javascript">
function addBookmark(url, title) {
if (!url) {url = window.location}
if (!title) {title = document.title}
var browser = navigator.userAgent.toLowerCase();
if (window.sidebar) {
window.sidebar.addPanel(title, url, "");
} else if (window.external) {
if (browser.indexOf('chrome') == -1) {
window.external.AddFavorite(url, title);
} else {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
}
} else if (window.opera && window.print) {
return true;
} else if (browser.indexOf('konqueror') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+B收藏本站,手机用户请手动添加书签');
} else if (browser.indexOf('webkit') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
} else {
alert('本浏览器暂不支持一键收藏,请手动将网站添加到收藏夹');
}
}
</script>
<!-- 添加 ua-parser-js 用于设备检测 -->
<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
<!-- 新增 CSS 样式 -->
<style>
/* 缩小并醒目的设备信息样式 */
#device-info {
background-color: #ff4d4f;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px 15px;
border-radius: 6px;
text-align: left;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* 下载按钮容器 */
#download-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
}
/* 按钮样式增强(缩小) */
.btn {
display: inline-flex;
align-items: center;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, background-co
Open service 2a06:98c1:310d::6812:2bae:8443 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 403 Forbidden
Date: Sat, 10 Jan 2026 08:52:10 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ehr4FtvM%2BZbs%2FF0bQj6U%2BKKvIdQOdbbp%2B4vTe3reNBrr0hlSuuHV2FAoR4NQdkF3H9a6AQ4OtcZPIkvytA0XoSKzJW9Tj4IaOD6l4qZlhFngURtc01t%2Bpg%3D%3D"}]}
CF-RAY: 9bbaefceae354f1c-SJC
alt-svc: h3=":8443"; ma=86400
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 2a06:98c1:310d::6812:2bae:443 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:52:10 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Sun, 21 Dec 2025 13:34:11 GMT
vary: Accept-Encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
strict-transport-security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Wf7m15%2F7HAs%2F6E%2B8ifm5dkLJANAlvcd8oyV62HwpEu4LMBfRZDiy0EDgl4iEbFwdpUdWSFiF933%2BXpdLWPvIyysChFDdr5jrfxnvgBfZB1PKJXrVykVPGQ%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bbaefcfde13f00c-YYZ
alt-svc: h3=":443"; ma=86400
Page title: UUYA地址发布页
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.56.3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UUYA地址发布页</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<meta name="Description" content="">
<meta property="og:title" content="UUYA - 地址发布页">
<meta property="og:description" content="">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="static/css/feixun.co.css">
<script type="text/javascript" async="" src="static/js/heap-617379593.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("617379593");
</script>
<script type="text/javascript">
function addBookmark(url, title) {
if (!url) {url = window.location}
if (!title) {title = document.title}
var browser = navigator.userAgent.toLowerCase();
if (window.sidebar) {
window.sidebar.addPanel(title, url, "");
} else if (window.external) {
if (browser.indexOf('chrome') == -1) {
window.external.AddFavorite(url, title);
} else {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
}
} else if (window.opera && window.print) {
return true;
} else if (browser.indexOf('konqueror') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+B收藏本站,手机用户请手动添加书签');
} else if (browser.indexOf('webkit') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
} else {
alert('本浏览器暂不支持一键收藏,请手动将网站添加到收藏夹');
}
}
</script>
<!-- 添加 ua-parser-js 用于设备检测 -->
<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
<!-- 新增 CSS 样式 -->
<style>
/* 缩小并醒目的设备信息样式 */
#device-info {
background-color: #ff4d4f;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px 15px;
border-radius: 6px;
text-align: left;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* 下载按钮容器 */
#download-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
}
/* 按钮样式增强(缩小) */
.btn {
display: inline-flex;
align-items: center;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, background-co
Open service 104.18.42.98:443 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:52:10 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Sun, 21 Dec 2025 13:34:11 GMT
vary: Accept-Encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
strict-transport-security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vDfOUhKAw2nSLsU6ueacAwDr6EzlHQ5BPFD1XIGFwVkqIsD7N2DCOz7n%2FYNrFxm4lGxexfRPnX2dioovPdAJXPCgQTkBjJcXQWc%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bbaefcf99db53fb-YYZ
alt-svc: h3=":443"; ma=86400
Page title: UUYA地址发布页
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.56.3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UUYA地址发布页</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<meta name="Description" content="">
<meta property="og:title" content="UUYA - 地址发布页">
<meta property="og:description" content="">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="static/css/feixun.co.css">
<script type="text/javascript" async="" src="static/js/heap-617379593.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("617379593");
</script>
<script type="text/javascript">
function addBookmark(url, title) {
if (!url) {url = window.location}
if (!title) {title = document.title}
var browser = navigator.userAgent.toLowerCase();
if (window.sidebar) {
window.sidebar.addPanel(title, url, "");
} else if (window.external) {
if (browser.indexOf('chrome') == -1) {
window.external.AddFavorite(url, title);
} else {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
}
} else if (window.opera && window.print) {
return true;
} else if (browser.indexOf('konqueror') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+B收藏本站,手机用户请手动添加书签');
} else if (browser.indexOf('webkit') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
} else {
alert('本浏览器暂不支持一键收藏,请手动将网站添加到收藏夹');
}
}
</script>
<!-- 添加 ua-parser-js 用于设备检测 -->
<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
<!-- 新增 CSS 样式 -->
<style>
/* 缩小并醒目的设备信息样式 */
#device-info {
background-color: #ff4d4f;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px 15px;
border-radius: 6px;
text-align: left;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* 下载按钮容器 */
#download-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
}
/* 按钮样式增强(缩小) */
.btn {
display: inline-flex;
align-items: center;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, background-co
Open service 2606:4700:4407::ac40:9052:8443 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 403 Forbidden
Date: Sat, 10 Jan 2026 08:52:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1rQd%2BNVCiavp9w1wJz5CjTOQHZiIMkPKSqI6VSbD4Y7uVEWWh%2Bggtye0sploR9NlI6MkSQ3YIAEYIKRvWmbOxyQYnMxIrxICYlceqfAwgWt3GZi1%2B7CsFQ%3D%3D"}]}
CF-RAY: 9bbaefd13937d2d3-FRA
alt-svc: h3=":8443"; ma=86400
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 2a06:98c1:310d::6812:2bae:80 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:52:10 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Sun, 21 Dec 2025 13:34:11 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fVsk7ZltChXHgTL9eEdrTUJ%2BJObUL%2BkK0WO%2BjL%2FIRLNPBFZ5f1rFOm%2FNzKVl39Lj%2BNis%2FhQANickLiRzDweHZiN2QetutLaDgLWhFC8id8O3i2MpjNs%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bbaefcf380ada9a-EWR
alt-svc: h3=":443"; ma=86400
Page title: UUYA地址发布页
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.56.3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UUYA地址发布页</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<meta name="Description" content="">
<meta property="og:title" content="UUYA - 地址发布页">
<meta property="og:description" content="">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="static/css/feixun.co.css">
<script type="text/javascript" async="" src="static/js/heap-617379593.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("617379593");
</script>
<script type="text/javascript">
function addBookmark(url, title) {
if (!url) {url = window.location}
if (!title) {title = document.title}
var browser = navigator.userAgent.toLowerCase();
if (window.sidebar) {
window.sidebar.addPanel(title, url, "");
} else if (window.external) {
if (browser.indexOf('chrome') == -1) {
window.external.AddFavorite(url, title);
} else {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
}
} else if (window.opera && window.print) {
return true;
} else if (browser.indexOf('konqueror') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+B收藏本站,手机用户请手动添加书签');
} else if (browser.indexOf('webkit') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
} else {
alert('本浏览器暂不支持一键收藏,请手动将网站添加到收藏夹');
}
}
</script>
<!-- 添加 ua-parser-js 用于设备检测 -->
<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
<!-- 新增 CSS 样式 -->
<style>
/* 缩小并醒目的设备信息样式 */
#device-info {
background-color: #ff4d4f;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px 15px;
border-radius: 6px;
text-align: left;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* 下载按钮容器 */
#download-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
}
/* 按钮样式增强(缩小) */
.btn {
display: inline-flex;
align-items: center;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, background-co
Open service 2606:4700:4407::ac40:9052:443 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:52:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Sun, 21 Dec 2025 13:34:11 GMT
vary: Accept-Encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
strict-transport-security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DLL8dJMwSJn%2F0%2B2ozOaAxMQTTeCUKkXfML5sWDYu8cU9LoexrCljM363mUmu6hUpIVa9lzF7aqXjIyM4kVrwQbPrdqKYMlI8KIfaHCWg5J5nKdkMZO3yEw%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bbaefd05c49c794-EWR
alt-svc: h3=":443"; ma=86400
Page title: UUYA地址发布页
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.56.3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UUYA地址发布页</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<meta name="Description" content="">
<meta property="og:title" content="UUYA - 地址发布页">
<meta property="og:description" content="">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="static/css/feixun.co.css">
<script type="text/javascript" async="" src="static/js/heap-617379593.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("617379593");
</script>
<script type="text/javascript">
function addBookmark(url, title) {
if (!url) {url = window.location}
if (!title) {title = document.title}
var browser = navigator.userAgent.toLowerCase();
if (window.sidebar) {
window.sidebar.addPanel(title, url, "");
} else if (window.external) {
if (browser.indexOf('chrome') == -1) {
window.external.AddFavorite(url, title);
} else {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
}
} else if (window.opera && window.print) {
return true;
} else if (browser.indexOf('konqueror') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+B收藏本站,手机用户请手动添加书签');
} else if (browser.indexOf('webkit') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
} else {
alert('本浏览器暂不支持一键收藏,请手动将网站添加到收藏夹');
}
}
</script>
<!-- 添加 ua-parser-js 用于设备检测 -->
<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
<!-- 新增 CSS 样式 -->
<style>
/* 缩小并醒目的设备信息样式 */
#device-info {
background-color: #ff4d4f;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px 15px;
border-radius: 6px;
text-align: left;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* 下载按钮容器 */
#download-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
}
/* 按钮样式增强(缩小) */
.btn {
display: inline-flex;
align-items: center;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, background-co
Open service 104.18.42.98:8443 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 403 Forbidden
Date: Sat, 10 Jan 2026 08:52:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EzN1nouI6gawkka2CZX9o5wM2zkz2a2WL52HU6Go5J1drOMsFykBUqBVHnDgJHk9JQjflWAqUZ7ffabPT81que5L1zXyP2YY1DitVQ%3D%3D"}]}
CF-RAY: 9bbaefcfca084263-EWR
alt-svc: h3=":8443"; ma=86400
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 172.64.145.158:443 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:52:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Sun, 21 Dec 2025 13:34:11 GMT
vary: Accept-Encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
strict-transport-security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9Bkc6%2B6DNSBJMtaMson5wOhOzbBIUX7AsRCzbVPLxpfEvZWSWSWCeaZH0WTJgS1AShRO2dgpv92lmjTCnmFbgdpvEzjF513kkdRhZQ%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bbaefcfaedd7b0b-EWR
alt-svc: h3=":443"; ma=86400
Page title: UUYA地址发布页
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.56.3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UUYA地址发布页</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<meta name="Description" content="">
<meta property="og:title" content="UUYA - 地址发布页">
<meta property="og:description" content="">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="static/css/feixun.co.css">
<script type="text/javascript" async="" src="static/js/heap-617379593.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("617379593");
</script>
<script type="text/javascript">
function addBookmark(url, title) {
if (!url) {url = window.location}
if (!title) {title = document.title}
var browser = navigator.userAgent.toLowerCase();
if (window.sidebar) {
window.sidebar.addPanel(title, url, "");
} else if (window.external) {
if (browser.indexOf('chrome') == -1) {
window.external.AddFavorite(url, title);
} else {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
}
} else if (window.opera && window.print) {
return true;
} else if (browser.indexOf('konqueror') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+B收藏本站,手机用户请手动添加书签');
} else if (browser.indexOf('webkit') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
} else {
alert('本浏览器暂不支持一键收藏,请手动将网站添加到收藏夹');
}
}
</script>
<!-- 添加 ua-parser-js 用于设备检测 -->
<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
<!-- 新增 CSS 样式 -->
<style>
/* 缩小并醒目的设备信息样式 */
#device-info {
background-color: #ff4d4f;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px 15px;
border-radius: 6px;
text-align: left;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* 下载按钮容器 */
#download-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
}
/* 按钮样式增强(缩小) */
.btn {
display: inline-flex;
align-items: center;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, background-co
Open service 2606:4700:4407::ac40:9052:80 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:52:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Sun, 21 Dec 2025 13:34:11 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Strict-Transport-Security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0NsWDPwn8GsT99NJf7%2B%2Bf489SMwa%2FRSGeaPIhaJzWe8y%2FGUo0mBloxjHPuunoqZcVsSCF7rKmTIOxeRcMT1seR7w7NHMqa36JsWT68TqQ6I3pYf2eAPeLQ%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bbaefcfeea82d36-AMS
alt-svc: h3=":443"; ma=86400
Page title: UUYA地址发布页
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Hugo 0.56.3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>UUYA地址发布页</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,shrink-to-fit=no">
<meta name="Description" content="">
<meta property="og:title" content="UUYA - 地址发布页">
<meta property="og:description" content="">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="static/css/feixun.co.css">
<script type="text/javascript" async="" src="static/js/heap-617379593.js"></script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("617379593");
</script>
<script type="text/javascript">
function addBookmark(url, title) {
if (!url) {url = window.location}
if (!title) {title = document.title}
var browser = navigator.userAgent.toLowerCase();
if (window.sidebar) {
window.sidebar.addPanel(title, url, "");
} else if (window.external) {
if (browser.indexOf('chrome') == -1) {
window.external.AddFavorite(url, title);
} else {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
}
} else if (window.opera && window.print) {
return true;
} else if (browser.indexOf('konqueror') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+B收藏本站,手机用户请手动添加书签');
} else if (browser.indexOf('webkit') != -1) {
alert('本浏览器暂不支持一键收藏,请按Ctrl+D收藏本站,Mac用户请按Command+D,手机用户请手动添加书签');
} else {
alert('本浏览器暂不支持一键收藏,请手动将网站添加到收藏夹');
}
}
</script>
<!-- 添加 ua-parser-js 用于设备检测 -->
<script src="https://cdn.jsdelivr.net/npm/ua-parser-js@1.0.2/dist/ua-parser.min.js"></script>
<!-- 新增 CSS 样式 -->
<style>
/* 缩小并醒目的设备信息样式 */
#device-info {
background-color: #ff4d4f;
color: #ffffff;
font-size: 16px;
font-weight: bold;
padding: 10px 15px;
border-radius: 6px;
text-align: left;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
/* 下载按钮容器 */
#download-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: flex-start;
margin: 3.75px 0; /* 上下空白从 7.5px 减少到 3.75px */
}
/* 按钮样式增强(缩小) */
.btn {
display: inline-flex;
align-items: center;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
text-decoration: none;
transition: transform 0.2s, background-co
Open service 172.64.145.158:8443 · www.uuye.net
2026-01-10 08:52
HTTP/1.1 403 Forbidden
Date: Sat, 10 Jan 2026 08:52:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EtJnnq89TpY0V0psPQDnThpIopq%2B0HsasjxBeWHv8r1laQXSZcvXt2UixWbVEvRY0Nza%2Fs5n%2FWNsbGNYuRtkSqw%2BBUOO3R80oUabNg%3D%3D"}]}
CF-RAY: 9bbaefd0f9ba64e8-FRA
alt-svc: h3=":8443"; ma=86400
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 104.18.43.174:80 · uuye.net
2026-01-10 08:34
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:34:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 05 Jun 2025 07:42:19 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=D1giyd2giS8s%2FmPas1CjcGdCNwky42Vmlc8%2Fxv9K0PSEKl0luCMbsRa%2FxipraY%2B0kPHBgeLAg1jgkbJu%2B3sZANYR62t4WkHm"}]}
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
CF-RAY: 9bbad6722807c174-BLR
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 104.18.43.174:443 · uuye.net
2026-01-10 08:34
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:34:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Thu, 05 Jun 2025 07:42:19 GMT
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OgrR3rCikuc8291l%2F9B1nbUgMe38%2FQVPHR%2FRn28cDT8tq0lMrqGI%2Ft6Ycs4snWbbFMMN6VNk4obahvflKe6OpMNsQH1LXKjr"}]}
strict-transport-security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bbad672af3592c9-FRA
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 172.64.144.82:8443 · uuye.net
2026-01-10 08:34
HTTP/1.1 403 Forbidden
Date: Sat, 10 Jan 2026 08:34:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nHi8wHxdVE37ujG2z9WctwbkxxSKXPo15HeKdvXwGjUguS%2Fn3PUxElzhR1q7p6MMoTkz6%2FMZNaAecw0DFG3ruWENSXHa2WmJ"}]}
CF-RAY: 9bbad67238327971-AMS
alt-svc: h3=":8443"; ma=86400
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 2606:4700:440a::ac40:98f1:80 · uuye.net
2026-01-10 08:34
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:34:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 05 Jun 2025 07:42:19 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GKupNq5CWWVtpR7xLdQMtFV5Rw3MW37uDHQrDiY9fyWJgPKWzmlIkLGsyE3cWjAJpcwhfTxYWYHTf1u1bkexrKR%2FXhQQR0uFqnm%2BzFsKqbt0sKpo"}]}
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
CF-RAY: 9bbad67218164e3d-BLR
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 2a06:98c1:3105::6812:230f:80 · uuye.net
2026-01-10 08:34
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:34:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 05 Jun 2025 07:42:19 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fWrgeXhyY8ELLIrxHVurzc%2BeM%2FPI1YU4eeG6BEMnNf09sP%2BhI2GWGrgt8ap2sjlKLfm6Nvh3FU%2Fo5I3fRr%2FcrxN6N32Pjcd2%2BXFkul1AixLInaUb"}]}
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
CF-RAY: 9bbad6712b6bd37e-FRA
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 2606:4700:440a::ac40:98f1:8443 · uuye.net
2026-01-10 08:34
HTTP/1.1 403 Forbidden
Date: Sat, 10 Jan 2026 08:34:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=em7JSN%2Bryuva5IR1Y1Zf5g6KoL5hNdMWmga8QcE8sJimA8C4fRBayZLORssJ81BWdceYETzNmpP%2FWt6MaKG%2BNsJ7ajvFNj8TFQVJVkRDlakAgEK9"}]}
CF-RAY: 9bbad66f6c4f0d16-SJC
alt-svc: h3=":8443"; ma=86400
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 2a06:98c1:3105::6812:230f:443 · uuye.net
2026-01-10 08:34
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:34:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Thu, 05 Jun 2025 07:42:19 GMT
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3Kyl4YrXRRCdO9ahkfuZLkaeJ0fgZ8Uj8i6TT2QSd3R4nGVM6DMcPICxlYhP2LlP8ClmbC1q%2FNcR5QB6xWoJmrnEAImK7GfhtuI7Cd6fAcp5Ew%3D%3D"}]}
strict-transport-security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bbad6723b309a1d-FRA
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 172.64.144.82:80 · uuye.net
2026-01-10 08:34
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:34:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Thu, 05 Jun 2025 07:42:19 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9I%2BlUeTb70IhGb7npZJnIPUW141KHLE7W8i0vSNg1PczxJUr1ksBdb225Io5AJoi2FuKXQgaLqHL6IMXYSp2zlIwm2G6AM4Z"}]}
Strict-Transport-Security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
CF-RAY: 9bbad670ebae0bb6-AMS
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 104.18.43.174:8443 · uuye.net
2026-01-10 08:34
HTTP/1.1 403 Forbidden
Date: Sat, 10 Jan 2026 08:34:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OdBIGN6MbvbS%2FeRobtr5gFahML1yjsgJhypU0oIsbhFBMb7%2FSlmnDzGIK7aqtp49VZqgI3Zu72Og20UV%2BLez2is6%2F%2BIVEdOL"}]}
CF-RAY: 9bbad6704e5fec71-YYZ
alt-svc: h3=":8443"; ma=86400
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
Open service 172.64.144.82:443 · uuye.net
2026-01-10 08:34
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:34:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Thu, 05 Jun 2025 07:42:19 GMT
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nT8uMbNJkjOEOGgz5uNaOU%2Bhs37NA1fGskVSkiBnrwgSK4Ky7JN59Qxcvtl9hCmGvwplXm6E9fdhtgTWaqDTApHFvI8YEs3W"}]}
strict-transport-security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bbad671bfec66fd-AMS
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 2606:4700:440a::ac40:98f1:443 · uuye.net
2026-01-10 08:34
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 08:34:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Thu, 05 Jun 2025 07:42:19 GMT
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HzwQZNdczPkv6YLxvsZZ6J4CCd2rxa9S%2BJHA%2BoPQVRwNNDgL6NMVhT4q0j4R0Ly7z%2F%2BZ2HkYIaR7A9vqcs%2F5pOg1XEp66S3X3DB2dFj0tlga7EoC"}]}
strict-transport-security: max-age=31536000
Accept-Ranges: bytes
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bbad671eb8d65cc-FRA
alt-svc: h3=":443"; ma=86400
Page title: 正在跳转...
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>正在跳转...</title>
<script>
// 定义多个目标网址
const urls = [
"http://www.uuye.net",
"http://blog.uyuy.fyi"
];
// 随机选择其中一个网址
const randomIndex = Math.floor(Math.random() * urls.length);
const targetUrl = urls[randomIndex];
// 跳转到选中的网址
window.location.href = targetUrl;
</script>
</head>
<body>
<p>正在前往官网,请稍候...</p>
</body>
</html>
Open service 2a06:98c1:3105::6812:230f:8443 · uuye.net
2026-01-10 08:34
HTTP/1.1 403 Forbidden
Date: Sat, 10 Jan 2026 08:34:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
x-frame-options: SAMEORIGIN
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5MVfKA0UWtoeUvYFsz9esacX6Ar39smgEVydKpV1CO7fzQ1GcuEF2gdUEy1MmRNtanyAHsbGNk44q6EQKmIoObTkBNKJdDE1%2Fg7tHqOZewxIG0k0"}]}
CF-RAY: 9bbad671ea8cdcae-FRA
alt-svc: h3=":8443"; ma=86400
Page title: 403 Forbidden
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>