Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
530 Site is frozen - ajq3.com
HTTP Status: 530
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 23 May 2025 16:22:04 GMT
Content-Type: text/html; charset=utf-8;
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-cache
Server: Nginx
X-Server: 0hDSKjoQOM0b09Yg
X-Safe: 1748017324=vbbhjLdjDl7V4YdzPbt3yZIWVtP8L4yS/XeeD2P4H6ohqhxL2uoal9uYu/TkD6XXQtOmFAYlEhrscmNZE+S39Pe76EWUi5NPG5g8jFt29CY2xP8SGrZGw2AS/mdf9sMci35EvrEaLISb8kJNYNRI/PtbGxqf7Zc/l8G6TMQ2oCpjEe1qnAowbNfxRSAzeI4T
X-Request-Id: 0F5070AA-5408-49EB-8E3B-0131EC8993E2
GET / HTTP/1.1
Host: ajq3.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>当前访问域名未绑定</title>
    <style>
        :root {
            --primary-color: #4361ee;
            --notice-color: #f3722c; /* 使用橙色调表示警告信息 */
            --background-color: #f8f9fa;
            --card-color: #ffffff;
            --text-color: #2b2d42;
            --text-secondary: #6c757d;
            --border-radius: 12px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "PingFang SC", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
            background-color: var(--background-color);
            color: var(--text-color);
            line-height: 1.6;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
        }

        .container {
            width: 100%;
            max-width: 900px;
            background-color: var(--card-color);
            border-radius: var(--border-radius);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .header {
            background-color: var(--notice-color);
            color: white;
            padding: 30px 40px;
            position: relative;
        }

        .header h1 {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .header p {
            opacity: 0.9;
            font-size: 16px;
        }

        .header::after {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            height: 20px;
            background: linear-gradient(135deg, var(--notice-color) 25%, transparent 25%) -20px 0,
            linear-gradient(225deg, var(--notice-color) 25%, transparent 25%) -20px 0,
            linear-gradient(315deg, var(--notice-color) 25%, transparent 25%),
            linear-gradient(45deg, var(--notice-color) 25%, transparent 25%);
            background-size: 40px 40px;
        }

        .content {
            padding: 40px;
        }

        .status-info {
            background-color: rgba(67, 97, 238, 0.05);
            border-left: 4px solid var(--primary-color);
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
        }

        .status-info h2 {
            color: var(--primary-color);
            font-size: 18px;
            margin-bottom: 15px;
        }

        .status-item {
            display: flex;
            margin-bottom: 12px;
            align-items: center;
        }

        .status-item:last-child {
            margin-bottom: 0;
        }

        .info-label {
            font-weight: 600;
            width: 80px;
            color: var(--text-secondary);
        }

        .info-value {
            font-family: monospace;
            background-color: rgba(0, 0, 0, 0.03);
            padding: 4px 10px;
            border-radius: 4px;
            flex: 1;
            word-break: break-all;
        }

        .help-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }

        .help-card {
            background-color: var(--card-color);
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.08);
        }

        .help-card h2 {
            font-size: 18px;
            margin-bottom: 15px;
            color: var(--text-color);
            display: flex;
            align-items: center;
        }

        .help-card h2::before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 20px;
            background-color: var(--primary-color);
            margin-right: 12px;
            border-radius: 4px;
        }

        .footer {
            text-align: center;
            padding: 20px 40px;
            color: var(--text-secondary);
            font-size: 14px;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

        @media (max-width: 768px) {
            .content {
                padding: 30px 20px;
            }

            .help-section {
                grid-template-columns: 1fr;
            }

            .header {
                padding: 25px 20px;
            }

            .header h1 {
                font-size: 24px;
            }

            .status-item {
                flex-direction: column;
                align-items: flex-start;
                margin-bottom: 16px;
            }

            .info-label {
                width: 100%;
                margin-bottom: 4px;
            }

            .info-value {
                width: 100%;
            }
        }
    </style>
</head>
<body>
<div class="container">
    <div class="header">
        <h1>当前访问域名未绑定</h1>
        <p>您的域名尚未在CDN系统中配置,请查看以下信息</p>
    </div>

    <div class="content">
        <div class="status-info">
            <h2>访问信息</h2>
            <div class="status-item">
                <span class="info-label">访问域名</span>
                <span class="info-value">ajq3.com</span>
            </div>
            <div class="status-item">
                <span class="info-label">访问 URL</span>
                <span class="info-value">/</span>
            </div>
            <div class="status-item">
                <span class="info-label">访问 IP</span>
                <span class="info-value">65.109.71.216</span>
            </div>
            <div class="status-item">
                <span class="info-label">请求 ID</span>
                <span class="info-value">0F5070AA-5408-49EB-8E3B-0131EC8993E2</span>
            </div>
            <div class="status-item">
                <span class="info-label">节点</span>
                <span class="info-value">0hDSKjoQOM0b09Yg</span>
            </div>
        </div>

        <div class="help-section">
            <div class="help-card">
                <h2>什么问题?</h2>
                <p>您的域名指向了CDN节点,但配置未生效或者未在CDN配置此域名。这可能是因为:</p>
                <ul style="margin-top: 10px; margin-left: 20px;">
                    <li>域名刚刚添加,配置尚未生效</li>
                    <li>域名未在CDN后台进行配置</li>
                    <li>域名配置存在问题</li>
                </ul>
            </div>

            <div class="help-card">
                <h2>如何解决?</h2>
                <p>请到CDN后台添加此域名,或联系管理员处理。您可以:</p>
                <ul style="margin-top: 10px; margin-left: 20px;">
                    <li>登录CDN管理控制台添加域名</li>
                    <li>检查域名配置是否正确</li>
                    <li>联系技术支持并提供上方显示的访问信息</li>
                </ul>
            </div>
        </div>
    </div>

    <div class="footer">
        <p>NEW-GAT &copy; <span id="currentYear"></span></p>
    </div>
</div>

<script>
    // 获取当前年份并设置到页面中
    document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
</body>
</html>
                               

Alan adının whois bilgisi