Domain kaizen-wiki.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.66.44.104:80 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://kaizen-wiki.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=w5vXmns6sRy%2BNugEuTH48qWUxj7FQGx4%2Fk%2Bk6YovixaMuOSemFLmYWzawnuEAhxtTA8hWMT5oqWyYHl6YXVuLx3ks5%2BD7jKdlB35GKq9rLiV29w%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd4425acf8f5bf-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.104:8443 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 68019
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "65b442f6ae543e1b58250630579ba85d"
    Link: <https://fonts.googleapis.com>; rel="preconnect", <https://fonts.gstatic.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VhVcBc3rcg9Vey7IR9%2Blr%2BUVCrl8%2FT8bKfGz%2B8dfh52LQOZY1LXQel2hNrJCBVLG0sfnDzElxLATYuc1%2FoOVwT46QaXM1owf1f7laSvMVjJUADS6Xw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd4425bc3e942d-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Dealership Management SystemSearchDark modeLight modeReader mode
    
    <!DOCTYPE html>
    <html lang="en" dir="ltr"><head><title>Dealership Management System</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;family=IBM Plex Mono:wght@400;600&amp;display=swap"/><link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="og:site_name" content="Knowledge Wiki"/><meta property="og:title" content="Dealership Management System"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Dealership Management System"/><meta name="twitter:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:image:alt" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="twitter:domain" content="your-wiki.pages.dev"/><meta property="og:url" content="https://your-wiki.pages.dev/index"/><meta property="twitter:url" content="https://your-wiki.pages.dev/index"/><link rel="icon" href="./static/icon.png"/><meta name="description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta name="generator" content="Quartz"/><link href="./index.css" rel="stylesheet" type="text/css" spa-preserve/><style>.expand-button {
      position: absolute;
      display: flex;
      float: right;
      padding: 0.4rem;
      margin: 0.3rem;
      right: 0;
      color: var(--gray);
      border-color: var(--dark);
      background-color: var(--light);
      border: 1px solid;
      border-radius: 5px;
      opacity: 0;
      transition: 0.2s;
    }
    .expand-button > svg {
      fill: var(--light);
      filter: contrast(0.3);
    }
    .expand-button:hover {
      cursor: pointer;
      border-color: var(--secondary);
    }
    .expand-button:focus {
      outline: 0;
    }
    
    pre:hover > .expand-button {
      opacity: 1;
      transition: 0.2s;
    }
    
    #mermaid-container {
      position: fixed;
      contain: layout;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: none;
      backdrop-filter: blur(4px);
      background: rgba(0, 0, 0, 0.5);
    }
    #mermaid-container.active {
      display: inline-block;
    }
    #mermaid-container > #mermaid-space {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80vh;
      width: 80vw;
      overflow: hidden;
    }
    #mermaid-container > #mermaid-space > .mermaid-content {
      padding: 2rem;
      position: relative;
      transform-origin: 0 0;
      transition: transform 0.1s ease;
      overflow: visible;
      min-height: 200px;
      min-width: 200px;
    }
    #mermaid-container > #mermaid-space > .mermaid-content pre {
      margin: 0;
      border: none;
    }
    #mermaid-container > #mermaid-space > .mermaid-cont
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.152:80 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://kaizen-wiki.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rGNV8%2BMsga3AHhY%2FWtkUJFPNGiQEkzNwYUINb3e2SbBl0sbfEn9%2FXPqmQ6brb21l%2B5jHq7tfg6PeoZ3Ttjwb0JUXT2WSr74MKYqeLto2g%2BhSXNWLUw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd4425bfbe3703-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:443 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 14:15:30 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 68019
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "65b442f6ae543e1b58250630579ba85d"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zJkESRaTmHNfTKoO5QfYy25ZGBMlIl5skL7Ys60WeEiBzZCQP2mKiBIdHCiPSWVymw%2FFXkmzABR7oRfzwZMyHvzjmyBuG1YcjaLkNRvlPGZ%2BHVGqIjG2GQRNE5BrmPyERQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd442b8f4f9bda-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Dealership Management SystemSearchDark modeLight modeReader mode
    
    <!DOCTYPE html>
    <html lang="en" dir="ltr"><head><title>Dealership Management System</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;family=IBM Plex Mono:wght@400;600&amp;display=swap"/><link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="og:site_name" content="Knowledge Wiki"/><meta property="og:title" content="Dealership Management System"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Dealership Management System"/><meta name="twitter:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:image:alt" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="twitter:domain" content="your-wiki.pages.dev"/><meta property="og:url" content="https://your-wiki.pages.dev/index"/><meta property="twitter:url" content="https://your-wiki.pages.dev/index"/><link rel="icon" href="./static/icon.png"/><meta name="description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta name="generator" content="Quartz"/><link href="./index.css" rel="stylesheet" type="text/css" spa-preserve/><style>.expand-button {
      position: absolute;
      display: flex;
      float: right;
      padding: 0.4rem;
      margin: 0.3rem;
      right: 0;
      color: var(--gray);
      border-color: var(--dark);
      background-color: var(--light);
      border: 1px solid;
      border-radius: 5px;
      opacity: 0;
      transition: 0.2s;
    }
    .expand-button > svg {
      fill: var(--light);
      filter: contrast(0.3);
    }
    .expand-button:hover {
      cursor: pointer;
      border-color: var(--secondary);
    }
    .expand-button:focus {
      outline: 0;
    }
    
    pre:hover > .expand-button {
      opacity: 1;
      transition: 0.2s;
    }
    
    #mermaid-container {
      position: fixed;
      contain: layout;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: none;
      backdrop-filter: blur(4px);
      background: rgba(0, 0, 0, 0.5);
    }
    #mermaid-container.active {
      display: inline-block;
    }
    #mermaid-container > #mermaid-space {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80vh;
      width: 80vw;
      overflow: hidden;
    }
    #mermaid-container > #mermaid-space > .mermaid-content {
      padding: 2rem;
      position: relative;
      transform-origin: 0 0;
      transition: transform 0.1s ease;
      overflow: visible;
      min-height: 200px;
      min-width: 200px;
    }
    #mermaid-container > #mermaid-space > .mermaid-content pre {
      margin: 0;
      border: none;
    }
    #mermaid-container > #mermaid-space > .mermaid-cont
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.104:443 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 68019
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "65b442f6ae543e1b58250630579ba85d"
    Link: <https://fonts.googleapis.com>; rel="preconnect", <https://fonts.gstatic.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=d8C79SpqoUIScYQHdHHs28zc6LeF13C36I1q2UHwoGStRCJpwxiaQfjjDfmlH5PTi9vcYfmLI1Jbq%2BUtQ36r0kuj9IhEI3FOlFJAMW2TaVouESaMPg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd4425bcc59627-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Dealership Management SystemSearchDark modeLight modeReader mode
    
    <!DOCTYPE html>
    <html lang="en" dir="ltr"><head><title>Dealership Management System</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;family=IBM Plex Mono:wght@400;600&amp;display=swap"/><link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="og:site_name" content="Knowledge Wiki"/><meta property="og:title" content="Dealership Management System"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Dealership Management System"/><meta name="twitter:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:image:alt" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="twitter:domain" content="your-wiki.pages.dev"/><meta property="og:url" content="https://your-wiki.pages.dev/index"/><meta property="twitter:url" content="https://your-wiki.pages.dev/index"/><link rel="icon" href="./static/icon.png"/><meta name="description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta name="generator" content="Quartz"/><link href="./index.css" rel="stylesheet" type="text/css" spa-preserve/><style>.expand-button {
      position: absolute;
      display: flex;
      float: right;
      padding: 0.4rem;
      margin: 0.3rem;
      right: 0;
      color: var(--gray);
      border-color: var(--dark);
      background-color: var(--light);
      border: 1px solid;
      border-radius: 5px;
      opacity: 0;
      transition: 0.2s;
    }
    .expand-button > svg {
      fill: var(--light);
      filter: contrast(0.3);
    }
    .expand-button:hover {
      cursor: pointer;
      border-color: var(--secondary);
    }
    .expand-button:focus {
      outline: 0;
    }
    
    pre:hover > .expand-button {
      opacity: 1;
      transition: 0.2s;
    }
    
    #mermaid-container {
      position: fixed;
      contain: layout;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: none;
      backdrop-filter: blur(4px);
      background: rgba(0, 0, 0, 0.5);
    }
    #mermaid-container.active {
      display: inline-block;
    }
    #mermaid-container > #mermaid-space {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80vh;
      width: 80vw;
      overflow: hidden;
    }
    #mermaid-container > #mermaid-space > .mermaid-content {
      padding: 2rem;
      position: relative;
      transform-origin: 0 0;
      transition: transform 0.1s ease;
      overflow: visible;
      min-height: 200px;
      min-width: 200px;
    }
    #mermaid-container > #mermaid-space > .mermaid-content pre {
      margin: 0;
      border: none;
    }
    #mermaid-container > #mermaid-space > .mermaid-cont
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.152:443 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 14:15:29 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 68019
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "65b442f6ae543e1b58250630579ba85d"
    Link: <https://fonts.googleapis.com>; rel="preconnect", <https://fonts.gstatic.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uJQkmhNx5GinoStNuYHipcDPWc9c9fkFSAA%2Fh%2FaYDptAe7CM5xsqzZ5gUE2lIwToyM9XVgL6OBrp9EWdtUmyK60pbH5Ppln0PKSlMEQFntDwQAc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd4426bc3615c6-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Dealership Management SystemSearchDark modeLight modeReader mode
    
    <!DOCTYPE html>
    <html lang="en" dir="ltr"><head><title>Dealership Management System</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;family=IBM Plex Mono:wght@400;600&amp;display=swap"/><link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="og:site_name" content="Knowledge Wiki"/><meta property="og:title" content="Dealership Management System"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Dealership Management System"/><meta name="twitter:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:image:alt" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="twitter:domain" content="your-wiki.pages.dev"/><meta property="og:url" content="https://your-wiki.pages.dev/index"/><meta property="twitter:url" content="https://your-wiki.pages.dev/index"/><link rel="icon" href="./static/icon.png"/><meta name="description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta name="generator" content="Quartz"/><link href="./index.css" rel="stylesheet" type="text/css" spa-preserve/><style>.expand-button {
      position: absolute;
      display: flex;
      float: right;
      padding: 0.4rem;
      margin: 0.3rem;
      right: 0;
      color: var(--gray);
      border-color: var(--dark);
      background-color: var(--light);
      border: 1px solid;
      border-radius: 5px;
      opacity: 0;
      transition: 0.2s;
    }
    .expand-button > svg {
      fill: var(--light);
      filter: contrast(0.3);
    }
    .expand-button:hover {
      cursor: pointer;
      border-color: var(--secondary);
    }
    .expand-button:focus {
      outline: 0;
    }
    
    pre:hover > .expand-button {
      opacity: 1;
      transition: 0.2s;
    }
    
    #mermaid-container {
      position: fixed;
      contain: layout;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: none;
      backdrop-filter: blur(4px);
      background: rgba(0, 0, 0, 0.5);
    }
    #mermaid-container.active {
      display: inline-block;
    }
    #mermaid-container > #mermaid-space {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80vh;
      width: 80vw;
      overflow: hidden;
    }
    #mermaid-container > #mermaid-space > .mermaid-content {
      padding: 2rem;
      position: relative;
      transform-origin: 0 0;
      transition: transform 0.1s ease;
      overflow: visible;
      min-height: 200px;
      min-width: 200px;
    }
    #mermaid-container > #mermaid-space > .mermaid-content pre {
      margin: 0;
      border: none;
    }
    #mermaid-container > #mermaid-space > .mermaid-cont
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:8443 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 14:15:29 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 68019
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "65b442f6ae543e1b58250630579ba85d"
    Link: <https://fonts.googleapis.com>; rel="preconnect", <https://fonts.gstatic.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FYGebvi4yftk6C48JGiVGE1ckrMx0TxA0AcVtroPXgnWRSebBnpH6LFT9Ot0SLFB7iBM0BeB%2F8mJag5O53i2qkuTAyyErZ9YN7XocwGqsURN56eXYeF1oY2gTl1Q93uRyA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd4426bf70b637-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Dealership Management SystemSearchDark modeLight modeReader mode
    
    <!DOCTYPE html>
    <html lang="en" dir="ltr"><head><title>Dealership Management System</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;family=IBM Plex Mono:wght@400;600&amp;display=swap"/><link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="og:site_name" content="Knowledge Wiki"/><meta property="og:title" content="Dealership Management System"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Dealership Management System"/><meta name="twitter:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:image:alt" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="twitter:domain" content="your-wiki.pages.dev"/><meta property="og:url" content="https://your-wiki.pages.dev/index"/><meta property="twitter:url" content="https://your-wiki.pages.dev/index"/><link rel="icon" href="./static/icon.png"/><meta name="description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta name="generator" content="Quartz"/><link href="./index.css" rel="stylesheet" type="text/css" spa-preserve/><style>.expand-button {
      position: absolute;
      display: flex;
      float: right;
      padding: 0.4rem;
      margin: 0.3rem;
      right: 0;
      color: var(--gray);
      border-color: var(--dark);
      background-color: var(--light);
      border: 1px solid;
      border-radius: 5px;
      opacity: 0;
      transition: 0.2s;
    }
    .expand-button > svg {
      fill: var(--light);
      filter: contrast(0.3);
    }
    .expand-button:hover {
      cursor: pointer;
      border-color: var(--secondary);
    }
    .expand-button:focus {
      outline: 0;
    }
    
    pre:hover > .expand-button {
      opacity: 1;
      transition: 0.2s;
    }
    
    #mermaid-container {
      position: fixed;
      contain: layout;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: none;
      backdrop-filter: blur(4px);
      background: rgba(0, 0, 0, 0.5);
    }
    #mermaid-container.active {
      display: inline-block;
    }
    #mermaid-container > #mermaid-space {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80vh;
      width: 80vw;
      overflow: hidden;
    }
    #mermaid-container > #mermaid-space > .mermaid-content {
      padding: 2rem;
      position: relative;
      transform-origin: 0 0;
      transition: transform 0.1s ease;
      overflow: visible;
      min-height: 200px;
      min-width: 200px;
    }
    #mermaid-container > #mermaid-space > .mermaid-content pre {
      margin: 0;
      border: none;
    }
    #mermaid-container > #mermaid-space > .mermaid-cont
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c68:8443 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 68019
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "65b442f6ae543e1b58250630579ba85d"
    Link: <https://fonts.googleapis.com>; rel="preconnect", <https://fonts.gstatic.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ORJajzc2xkxnA3VBYX32VmDe8PdAqvIKZKOVHT%2Fd80nrPffibZ559DNcNBnOLghZogmuzHQkavsKj5bxclieR0y7oK6HZzU6RSb6bWi6I%2FXdCNa9DoShJfRQ22s5f%2FD2%2Fw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd44257aaffea6-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Dealership Management SystemSearchDark modeLight modeReader mode
    
    <!DOCTYPE html>
    <html lang="en" dir="ltr"><head><title>Dealership Management System</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;family=IBM Plex Mono:wght@400;600&amp;display=swap"/><link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="og:site_name" content="Knowledge Wiki"/><meta property="og:title" content="Dealership Management System"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Dealership Management System"/><meta name="twitter:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:image:alt" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="twitter:domain" content="your-wiki.pages.dev"/><meta property="og:url" content="https://your-wiki.pages.dev/index"/><meta property="twitter:url" content="https://your-wiki.pages.dev/index"/><link rel="icon" href="./static/icon.png"/><meta name="description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta name="generator" content="Quartz"/><link href="./index.css" rel="stylesheet" type="text/css" spa-preserve/><style>.expand-button {
      position: absolute;
      display: flex;
      float: right;
      padding: 0.4rem;
      margin: 0.3rem;
      right: 0;
      color: var(--gray);
      border-color: var(--dark);
      background-color: var(--light);
      border: 1px solid;
      border-radius: 5px;
      opacity: 0;
      transition: 0.2s;
    }
    .expand-button > svg {
      fill: var(--light);
      filter: contrast(0.3);
    }
    .expand-button:hover {
      cursor: pointer;
      border-color: var(--secondary);
    }
    .expand-button:focus {
      outline: 0;
    }
    
    pre:hover > .expand-button {
      opacity: 1;
      transition: 0.2s;
    }
    
    #mermaid-container {
      position: fixed;
      contain: layout;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: none;
      backdrop-filter: blur(4px);
      background: rgba(0, 0, 0, 0.5);
    }
    #mermaid-container.active {
      display: inline-block;
    }
    #mermaid-container > #mermaid-space {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80vh;
      width: 80vw;
      overflow: hidden;
    }
    #mermaid-container > #mermaid-space > .mermaid-content {
      padding: 2rem;
      position: relative;
      transform-origin: 0 0;
      transition: transform 0.1s ease;
      overflow: visible;
      min-height: 200px;
      min-width: 200px;
    }
    #mermaid-container > #mermaid-space > .mermaid-content pre {
      margin: 0;
      border: none;
    }
    #mermaid-container > #mermaid-space > .mermaid-cont
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c68:443 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 68019
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "65b442f6ae543e1b58250630579ba85d"
    Link: <https://fonts.googleapis.com>; rel="preconnect", <https://fonts.gstatic.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tsPvrlRmz44Td8hTyw1bKhT%2Fjl5nXpBhcRxFLT3013P1BsgJE8utSG7hRAg7u5GTmc8RgntfOy7oQLmicf6jWZg%2BhJ3H%2Fb5eCBN4MaSez32SGmFDq7JPuWB5IoVaUiR%2F0g%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd4424ea40926e-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Dealership Management SystemSearchDark modeLight modeReader mode
    
    <!DOCTYPE html>
    <html lang="en" dir="ltr"><head><title>Dealership Management System</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;family=IBM Plex Mono:wght@400;600&amp;display=swap"/><link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="og:site_name" content="Knowledge Wiki"/><meta property="og:title" content="Dealership Management System"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Dealership Management System"/><meta name="twitter:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:image:alt" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="twitter:domain" content="your-wiki.pages.dev"/><meta property="og:url" content="https://your-wiki.pages.dev/index"/><meta property="twitter:url" content="https://your-wiki.pages.dev/index"/><link rel="icon" href="./static/icon.png"/><meta name="description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta name="generator" content="Quartz"/><link href="./index.css" rel="stylesheet" type="text/css" spa-preserve/><style>.expand-button {
      position: absolute;
      display: flex;
      float: right;
      padding: 0.4rem;
      margin: 0.3rem;
      right: 0;
      color: var(--gray);
      border-color: var(--dark);
      background-color: var(--light);
      border: 1px solid;
      border-radius: 5px;
      opacity: 0;
      transition: 0.2s;
    }
    .expand-button > svg {
      fill: var(--light);
      filter: contrast(0.3);
    }
    .expand-button:hover {
      cursor: pointer;
      border-color: var(--secondary);
    }
    .expand-button:focus {
      outline: 0;
    }
    
    pre:hover > .expand-button {
      opacity: 1;
      transition: 0.2s;
    }
    
    #mermaid-container {
      position: fixed;
      contain: layout;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: none;
      backdrop-filter: blur(4px);
      background: rgba(0, 0, 0, 0.5);
    }
    #mermaid-container.active {
      display: inline-block;
    }
    #mermaid-container > #mermaid-space {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80vh;
      width: 80vw;
      overflow: hidden;
    }
    #mermaid-container > #mermaid-space > .mermaid-content {
      padding: 2rem;
      position: relative;
      transform-origin: 0 0;
      transition: transform 0.1s ease;
      overflow: visible;
      min-height: 200px;
      min-width: 200px;
    }
    #mermaid-container > #mermaid-space > .mermaid-content pre {
      margin: 0;
      border: none;
    }
    #mermaid-container > #mermaid-space > .mermaid-cont
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c68:80 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://kaizen-wiki.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uOV8Kq%2FEs961nOHPtkinCshffzahtseW85asUPShb7pyvFMZEUtBtuN%2B%2B1tR3hSIih3lCx9oC0cMFbG9GoEIH51qulo0Z2CvDENei83LtHyxXx6HqDzQhWj5s0reuAY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd442499309a0c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:80 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://kaizen-wiki.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nqjypJPz2GTnt1pYolCjP%2BIknFtHeCYS5QNu8aVtuy%2B2A7CdSKD8xUtRki8F7JCgu%2BSkldnR%2By13vUd%2Fz8CQ5jJvDZDlFMInXuQ0Kk%2BE2h8p0fv3YtmD4Rsz8pN1h0pc8w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd44244ef2a00a-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 9 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.152:8443 · kaizen-wiki.pages.dev

    2026-01-12 14:15

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 14:15:28 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 68019
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "65b442f6ae543e1b58250630579ba85d"
    Link: <https://fonts.googleapis.com>; rel="preconnect", <https://fonts.gstatic.com>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uS%2FD15Yb%2BteClXVFmCliuMnMy1piL2sI12k8vTD%2FMiyp1HoTeboY6Lnw%2FbZP4W4FBCQXvifrV8kGUcZW7XI42eLPOQSz1dog%2FgCHUieM%2B7GOC5JfFQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcd4424bc3bbbf2-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Dealership Management SystemSearchDark modeLight modeReader mode
    
    <!DOCTYPE html>
    <html lang="en" dir="ltr"><head><title>Dealership Management System</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;family=IBM Plex Mono:wght@400;600&amp;display=swap"/><link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta name="og:site_name" content="Knowledge Wiki"/><meta property="og:title" content="Dealership Management System"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="Dealership Management System"/><meta name="twitter:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="og:image:alt" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta property="twitter:domain" content="your-wiki.pages.dev"/><meta property="og:url" content="https://your-wiki.pages.dev/index"/><meta property="twitter:url" content="https://your-wiki.pages.dev/index"/><link rel="icon" href="./static/icon.png"/><meta name="description" content="Dealership Management System Complete documentation for a modern, modular automotive dealership platform Welcome This documentation provides comprehensive information about the Dealership Management System (DMS) - a enterprise-grade platform designed to manage all aspects of automotive dealership op..."/><meta name="generator" content="Quartz"/><link href="./index.css" rel="stylesheet" type="text/css" spa-preserve/><style>.expand-button {
      position: absolute;
      display: flex;
      float: right;
      padding: 0.4rem;
      margin: 0.3rem;
      right: 0;
      color: var(--gray);
      border-color: var(--dark);
      background-color: var(--light);
      border: 1px solid;
      border-radius: 5px;
      opacity: 0;
      transition: 0.2s;
    }
    .expand-button > svg {
      fill: var(--light);
      filter: contrast(0.3);
    }
    .expand-button:hover {
      cursor: pointer;
      border-color: var(--secondary);
    }
    .expand-button:focus {
      outline: 0;
    }
    
    pre:hover > .expand-button {
      opacity: 1;
      transition: 0.2s;
    }
    
    #mermaid-container {
      position: fixed;
      contain: layout;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: none;
      backdrop-filter: blur(4px);
      background: rgba(0, 0, 0, 0.5);
    }
    #mermaid-container.active {
      display: inline-block;
    }
    #mermaid-container > #mermaid-space {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 80vh;
      width: 80vw;
      overflow: hidden;
    }
    #mermaid-container > #mermaid-space > .mermaid-content {
      padding: 2rem;
      position: relative;
      transform-origin: 0 0;
      transition: transform 0.1s ease;
      overflow: visible;
      min-height: 200px;
      min-width: 200px;
    }
    #mermaid-container > #mermaid-space > .mermaid-content pre {
      margin: 0;
      border: none;
    }
    #mermaid-container > #mermaid-space > .mermaid-cont
    Found 9 hours ago by HttpPlugin
    Create report
kaizen-wiki.pages.dev*.kaizen-wiki.pages.dev
CN:
kaizen-wiki.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-14 13:10
Not after:
2026-02-12 14:10