<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
    <meta charset="UTF-8">
    <title>CDN Health Check</title>
    <style>
        body { font-family: sans-serif; background: #0f172a; color: #f8fafc; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
        .card { background: #1e293b; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.4); text-align: center; border: 1px solid #334155; }
        .status { color: #22c55e; font-size: 1.3rem; font-weight: bold; margin-bottom: 1rem; }
        .meta { font-size: 0.9rem; color: #94a3b8; line-height: 1.8; text-align: left; direction: ltr; background: #0b1329; padding: 1rem; border-radius: 8px; }
    </style>
</head>
<body>
    <div class="card">
        <div class="status">✓ پورت 443 با موفقیت پاسخ داد</div>
        <p>درخواست با موفقیت از طریق CDN به سرور مبدا رسید.</p>
        <div class="meta">
            <strong>Server Time:</strong> 2026-09-14T09:34:45+00:00<br>
            <strong>Client/Edge IP:</strong> 138.128.227.195<br>
            <strong>Host Header:</strong> test2.behdashttejaratkaveh.ir<br>
            <strong>Protocol:</strong> HTTP/1.1
        </div>
    </div>
</body>
</html>