Domain dunahill.com
Slovakia
WebSupport s.r.o.
Software information

openresty openresty

tcp/443 tcp/80

  • Open service 2a00:4b40:aaaa:2006::5:443 · dunahill.com

    2026-01-21 18:24

    HTTP/1.1 200 OK
    Server: openresty
    Date: Wed, 21 Jan 2026 18:24:42 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Last-Modified: Wed, 21 Jan 2026 18:23:02 GMT
    ETag: "1b4b-648ea03bbce7a"
    alt-svc: h3=":443"; ma=86400
    
    Page title: Hamarosan - DunaHill
    
    <!DOCTYPE html>
    <html lang="hu">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Hamarosan - DunaHill</title>
    
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet">
    
        <style>
            /* --- KURZOR ELTÜNTETÉSE ÉS ALAPOK --- */
            body, html {
                margin: 0;
                padding: 0;
                height: 100%;
                overflow: hidden;
                font-family: 'Segoe UI', Roboto, sans-serif;
                background-color: #0a0a0a;
                background-image: linear-gradient(45deg, #1a1a1a, #0a0a0a, #242424, #000000);
                background-size: 400% 400%;
                animation: gradientAnimation 15s ease infinite;
                
                cursor: none; /* ITT TÜNTETJÜK EL A GYÁRI KURZORT */
            }
    
            /* --- AZ ÚJ EGYEDI KURZOR STÍLUSA --- */
            .custom-cursor {
                position: fixed;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                background: white;
                border-radius: 50%;
                pointer-events: none; /* Fontos: ne zavarja a kattintást */
                z-index: 9999; /* Minden felett legyen */
                transform: translate(-50%, -50%); /* Hogy a közepe legyen az egér hegyénél */
                mix-blend-mode: difference; /* Ez adja a menő inverz színhatást */
                transition: width 0.2s, height 0.2s; /* Finom animáció, ha méretet váltana */
            }
    
            @keyframes gradientAnimation {
                0% { background-position: 0% 50%; }
                50% { background-position: 100% 50%; }
                100% { background-position: 0% 50%; }
            }
    
            /* --- FŐ KONTÉNER --- */
            .container {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 20px;
                box-sizing: border-box;
                perspective: 1000px;
            }
    
            /* --- A PRÉMIUM KÁRTYA STÍLUSA --- */
            .premium-card {
                width: 100%;
                max-width: 500px;
                background: rgba(30, 30, 30, 0.6);
                backdrop-filter: blur(20px) saturate(180%);
                -webkit-backdrop-filter: blur(20px) saturate(180%);
                border: 1px solid rgba(255, 255, 255, 0.1);
                box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7), 
                            inset 0 0 20px rgba(255, 255, 255, 0.05);
                border-radius: 24px;
                overflow: hidden;
                
                transform-style: preserve-3d;
                transition: transform 0.1s ease-out;
                transform: translateZ(0);
                
                /* Mivel saját kurzorunk van, itt sem kell a default */
                cursor: none; 
            }
    
            /* --- VIDEÓ KONTÉNER --- */
            .video-container {
                position: relative;
                padding-bottom: 56.25%;
                height: 0;
                overflow: hidden;
                background: #000;
                transform: translateZ(20px);
                pointer-events: none; 
            }
    
            .video-container iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: none;
                /* A YouTube videónál visszahozzuk a "pointer"-t, de a saját stílusunkban */
                pointer-events: auto; 
                cursor: none; /* Itt is a saját kurzort akarjuk látni */
            }
    
            /* --- SZÖVEGES RÉSZ --- */
            .text-content {
                padding: 30px;
                text-align: center;
                color: #ffffff;
                font-family: 'Instrument Serif', serif;
                transform: translateZ(40px);
                pointer-events: none; 
            }
    
            .text-content h1 {
                margin: 0 0 15
    Found 2026-01-21 by HttpPlugin
    Create report
  • Open service 2a00:4b40:aaaa:2006::5:80 · dunahill.com

    2026-01-21 18:24

    HTTP/1.1 200 OK
    Server: openresty
    Date: Wed, 21 Jan 2026 18:24:41 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Last-Modified: Wed, 21 Jan 2026 18:23:02 GMT
    ETag: "1b4b-648ea03bbce7a"
    
    Page title: Hamarosan - DunaHill
    
    <!DOCTYPE html>
    <html lang="hu">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Hamarosan - DunaHill</title>
    
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet">
    
        <style>
            /* --- KURZOR ELTÜNTETÉSE ÉS ALAPOK --- */
            body, html {
                margin: 0;
                padding: 0;
                height: 100%;
                overflow: hidden;
                font-family: 'Segoe UI', Roboto, sans-serif;
                background-color: #0a0a0a;
                background-image: linear-gradient(45deg, #1a1a1a, #0a0a0a, #242424, #000000);
                background-size: 400% 400%;
                animation: gradientAnimation 15s ease infinite;
                
                cursor: none; /* ITT TÜNTETJÜK EL A GYÁRI KURZORT */
            }
    
            /* --- AZ ÚJ EGYEDI KURZOR STÍLUSA --- */
            .custom-cursor {
                position: fixed;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                background: white;
                border-radius: 50%;
                pointer-events: none; /* Fontos: ne zavarja a kattintást */
                z-index: 9999; /* Minden felett legyen */
                transform: translate(-50%, -50%); /* Hogy a közepe legyen az egér hegyénél */
                mix-blend-mode: difference; /* Ez adja a menő inverz színhatást */
                transition: width 0.2s, height 0.2s; /* Finom animáció, ha méretet váltana */
            }
    
            @keyframes gradientAnimation {
                0% { background-position: 0% 50%; }
                50% { background-position: 100% 50%; }
                100% { background-position: 0% 50%; }
            }
    
            /* --- FŐ KONTÉNER --- */
            .container {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 20px;
                box-sizing: border-box;
                perspective: 1000px;
            }
    
            /* --- A PRÉMIUM KÁRTYA STÍLUSA --- */
            .premium-card {
                width: 100%;
                max-width: 500px;
                background: rgba(30, 30, 30, 0.6);
                backdrop-filter: blur(20px) saturate(180%);
                -webkit-backdrop-filter: blur(20px) saturate(180%);
                border: 1px solid rgba(255, 255, 255, 0.1);
                box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7), 
                            inset 0 0 20px rgba(255, 255, 255, 0.05);
                border-radius: 24px;
                overflow: hidden;
                
                transform-style: preserve-3d;
                transition: transform 0.1s ease-out;
                transform: translateZ(0);
                
                /* Mivel saját kurzorunk van, itt sem kell a default */
                cursor: none; 
            }
    
            /* --- VIDEÓ KONTÉNER --- */
            .video-container {
                position: relative;
                padding-bottom: 56.25%;
                height: 0;
                overflow: hidden;
                background: #000;
                transform: translateZ(20px);
                pointer-events: none; 
            }
    
            .video-container iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: none;
                /* A YouTube videónál visszahozzuk a "pointer"-t, de a saját stílusunkban */
                pointer-events: auto; 
                cursor: none; /* Itt is a saját kurzort akarjuk látni */
            }
    
            /* --- SZÖVEGES RÉSZ --- */
            .text-content {
                padding: 30px;
                text-align: center;
                color: #ffffff;
                font-family: 'Instrument Serif', serif;
                transform: translateZ(40px);
                pointer-events: none; 
            }
    
            .text-content h1 {
                margin: 0 0 15
    Found 2026-01-21 by HttpPlugin
    Create report
*.dunahill.comdunahill.com
CN:
*.dunahill.com
Key:
RSA-4096
Issuer:
R12
Not before:
2026-01-21 17:26
Not after:
2026-04-21 17:26
Domain summary
IP summary