BunnyCDN-DE1-1328
tcp/443 tcp/80
BunnyCDN-DE1-1330
tcp/443 tcp/80
BunnyCDN-DE1-1331
tcp/443 tcp/80
BunnyCDN-IL1-1347
tcp/443 tcp/80
cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.218.54:443 · shibar.app
2026-01-06 16:16
HTTP/1.1 404 Not Found
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=m2KESK46MCLdbtOtiLG7f3Kddm4UA8boZH3hdiIafPAVYYwM6Md6WXBQDa2kl7Fo4mOIP1656dRStHL8n35T92goS0Fy1vH93Ec%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9c85b7496ec8b2-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Deployment Not Found
<!DOCTYPE html>
<html lang="en-US" class="min-height-100vh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB5ElEQVR4Ae2VM7gdYRRFJ2Yb206auIlZpYlt22hi27Zt27Zt+w2PLp9t3Nnft+q1fx4ltrFjx44dJkrPCBmZOXXCSf9/zWuenDZdW1zvqTqhCKnjCoo6q9J3Y1e/7fjues14lcP9ve3UKWVVlzQ8jL1DNzIYmeNefmd7t0BRxOibOh5nwrRxJqefr0uqk0qYEUhDYV1aOirGQvxwp7qxf8RqY3vP3da1tQOM3QO2RkfuZlqFv2zpWaO/1Y+PNFPHey9XLMFnp5pFS+56Ttqcap/jQO6kkODrkwAHm/yEk13u44OlM1n7nj/iAn4/cseJ3Im+rqXQ43UCu2oGsq+xSh/PNQtz5fjqQkPzxJTZcVJgYnHBD7cFr08MkAewuw7xt9t1A+Xa7+z6ulbn42rl2uL6gm+viiv05arA3gahSxxr+5KZ0rpXHqF8ankxT88S6/wCsS4tE+vqaoEbGwXubBe4v0fg0SHBpycEX5wTfHNF6NtzYWYJGue5C32+LPRyj+CFoQEl+Puduopr2wOFcXPxrLNzPGL1q+DF4U5ZLZcwFPRs6zDFPDVjapwWcOJ8RcLmP4EjLbyysKEn68co5vFJs+O6gL6+TcDtjwh6f7KNZ5yCmTVOIfRiRYxrhPt87Nix4wCI++vFtG6IcwAAAABJRU5ErkJggg==" />
<script>
function reveal() {
document.getElementById("cf-footer-ip")
.classList.remove("hidden");
document.getElementById("cf-footer-ip-reveal")
.classList.add("hidden");
}
</script>
<title>Deployment Not Found</title>
<style>
* { box-sizing: border-box }
html {
background-color: #fff;
font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;
font-size: 20px;
color: #313131;
font-weight: 300;
}
a {
text-decoration: none;
color: #0051c3
}
h1,h2,h3,h4,h5 {
font-weight: 400;
line-height: 1;
margin-bottom: 32px;
margin-top: 0;
}
dl, dt, dd { margin: 0 }
p {
margin-top: 16px;
margin-bottom: 16px;
}
/* Display and flex properties */
.display-inline { display: inline }
.display-flex { display: flex }
.display-inline-block { display: inline-block }
.align-items-center { align-items: center }
.flex-direction-column { flex-direction: column }
.justify-content-center { justify-content: center }
.justify-content-space-between { justify-content: space-between }
.flex-1 { flex: 1 }
.flex-wrap-wrap { flex-wrap: wrap }
/* Widths */
.width-100 { width: 100% }
.max-width-1110 { max-width: 1110px }
.max-width-230 { max-width: 230px }
/* Heights */
.min-height-100vh {
min-height: 100vh;
}
/* Font-weights */
.font-weight-semibold { font-weight: 600 }
/* Font-sizes */
.font-size-3 { font-size: 16px }
.font-size-8 { font-size: 64px }
/* Margins */
.margin-3 { margin: 16px }
.margin-horizontal-auto {
margin-left: auto;
margin-right: auto;
}
.margin-horizontal--3 {
margin-left: -16px;
margin-right: -16px;
}
.margin-bottom-0 { margin-bottom: 0 }
.margin-bottom-3 { margin-bottom: 16px }
/* Paddings */
.padding-horizontal-3 {
padding-left: 16px;
padding-right: 16px;
}
.padding-right-3 { padding-right: 16px }
.padding-bottom-5 {
padding-bottom: 64px;
}
/* Alignment */
.vertical-align-middle { vertical-align: middle }
/* Colors */
.border-color-gray-8 { border-color: #d9d9d9 }
/* Borders */
.border-bottom-width-1 { border-bottom-width: 1px }
.border-bottom-style-solid { border-bottom-style: solid }
/* -sm class modifiers */
@media (max-width: 755px) {
.display-none-sm { display: none }
.flex-direction-column-sm { flex-direction: column }
.font-size-7-sm { font-size: 48px }
}
.hidden {
display: none;
}
.cf-footer-ip-reveal-btn {
color: #0051c3;
background-color: transparent;
font-size: 16px;
-webkit-font-smoothing: antialiased;
border: none;
padding: 0;
cursor: pointer;
}
</style>
</head>
<body class="
display-flex
flex-direction-column
justify-content-center
m
Open service 2606:4700:3035::ac43:da36:8443 · shibar.app
2026-01-06 16:16
HTTP/1.1 404 Not Found
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eu6X3h0iX6rcSS297fTjdkAqGZIzGUw7Lfiaa8fudKpo5i0nMedkfgctQ5n5NdFjyj0LqVbBtoDIJw80XscTNEYi805NjGjZP3FrDbbyCWjlpx%2BSZho%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9c85b7e888f8f2-SIN
alt-svc: h3=":8443"; ma=86400
Page title: Deployment Not Found
<!DOCTYPE html>
<html lang="en-US" class="min-height-100vh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB5ElEQVR4Ae2VM7gdYRRFJ2Yb206auIlZpYlt22hi27Zt27Zt+w2PLp9t3Nnft+q1fx4ltrFjx44dJkrPCBmZOXXCSf9/zWuenDZdW1zvqTqhCKnjCoo6q9J3Y1e/7fjues14lcP9ve3UKWVVlzQ8jL1DNzIYmeNefmd7t0BRxOibOh5nwrRxJqefr0uqk0qYEUhDYV1aOirGQvxwp7qxf8RqY3vP3da1tQOM3QO2RkfuZlqFv2zpWaO/1Y+PNFPHey9XLMFnp5pFS+56Ttqcap/jQO6kkODrkwAHm/yEk13u44OlM1n7nj/iAn4/cseJ3Im+rqXQ43UCu2oGsq+xSh/PNQtz5fjqQkPzxJTZcVJgYnHBD7cFr08MkAewuw7xt9t1A+Xa7+z6ulbn42rl2uL6gm+viiv05arA3gahSxxr+5KZ0rpXHqF8ankxT88S6/wCsS4tE+vqaoEbGwXubBe4v0fg0SHBpycEX5wTfHNF6NtzYWYJGue5C32+LPRyj+CFoQEl+Puduopr2wOFcXPxrLNzPGL1q+DF4U5ZLZcwFPRs6zDFPDVjapwWcOJ8RcLmP4EjLbyysKEn68co5vFJs+O6gL6+TcDtjwh6f7KNZ5yCmTVOIfRiRYxrhPt87Nix4wCI++vFtG6IcwAAAABJRU5ErkJggg==" />
<script>
function reveal() {
document.getElementById("cf-footer-ip")
.classList.remove("hidden");
document.getElementById("cf-footer-ip-reveal")
.classList.add("hidden");
}
</script>
<title>Deployment Not Found</title>
<style>
* { box-sizing: border-box }
html {
background-color: #fff;
font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;
font-size: 20px;
color: #313131;
font-weight: 300;
}
a {
text-decoration: none;
color: #0051c3
}
h1,h2,h3,h4,h5 {
font-weight: 400;
line-height: 1;
margin-bottom: 32px;
margin-top: 0;
}
dl, dt, dd { margin: 0 }
p {
margin-top: 16px;
margin-bottom: 16px;
}
/* Display and flex properties */
.display-inline { display: inline }
.display-flex { display: flex }
.display-inline-block { display: inline-block }
.align-items-center { align-items: center }
.flex-direction-column { flex-direction: column }
.justify-content-center { justify-content: center }
.justify-content-space-between { justify-content: space-between }
.flex-1 { flex: 1 }
.flex-wrap-wrap { flex-wrap: wrap }
/* Widths */
.width-100 { width: 100% }
.max-width-1110 { max-width: 1110px }
.max-width-230 { max-width: 230px }
/* Heights */
.min-height-100vh {
min-height: 100vh;
}
/* Font-weights */
.font-weight-semibold { font-weight: 600 }
/* Font-sizes */
.font-size-3 { font-size: 16px }
.font-size-8 { font-size: 64px }
/* Margins */
.margin-3 { margin: 16px }
.margin-horizontal-auto {
margin-left: auto;
margin-right: auto;
}
.margin-horizontal--3 {
margin-left: -16px;
margin-right: -16px;
}
.margin-bottom-0 { margin-bottom: 0 }
.margin-bottom-3 { margin-bottom: 16px }
/* Paddings */
.padding-horizontal-3 {
padding-left: 16px;
padding-right: 16px;
}
.padding-right-3 { padding-right: 16px }
.padding-bottom-5 {
padding-bottom: 64px;
}
/* Alignment */
.vertical-align-middle { vertical-align: middle }
/* Colors */
.border-color-gray-8 { border-color: #d9d9d9 }
/* Borders */
.border-bottom-width-1 { border-bottom-width: 1px }
.border-bottom-style-solid { border-bottom-style: solid }
/* -sm class modifiers */
@media (max-width: 755px) {
.display-none-sm { display: none }
.flex-direction-column-sm { flex-direction: column }
.font-size-7-sm { font-size: 48px }
}
.hidden {
display: none;
}
.cf-footer-ip-reveal-btn {
color: #0051c3;
background-color: transparent;
font-size: 16px;
-webkit-font-smoothing: antialiased;
border: none;
padding: 0;
cursor: pointer;
}
</style>
</head>
<body class="
display-flex
flex-direction-column
justify-content-center
m
Open service 104.21.94.13:80 · shibar.app
2026-01-06 16:16
HTTP/1.1 301 Moved Permanently
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Length: 0
Connection: close
Location: https://shibar.app/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=v7r5bK%2BrvNhKOjO8rMmVSglf%2B7pq8mPmHYAE9zHNSTkVUdoWXJSzv2U6mZIcTBrvZCmgHNNfnH87m5gbHhwRr6bf4XrdNwEdvHk%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9c85b63e770db8-SJC
Open service 172.67.218.54:8443 · shibar.app
2026-01-06 16:16
HTTP/1.1 404 Not Found
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=B0KXHC3hSP5FlHhSnwgyd4yZrh%2FDTI8mKhnlWrWIs7UukmEQqGrHFWY13ZQcc8W3QZaRV5Yg2eZdZmNf02yVrZdR37EEpTL7cGE%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9c85b66e6342b9-EWR
alt-svc: h3=":8443"; ma=86400
Page title: Deployment Not Found
<!DOCTYPE html>
<html lang="en-US" class="min-height-100vh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB5ElEQVR4Ae2VM7gdYRRFJ2Yb206auIlZpYlt22hi27Zt27Zt+w2PLp9t3Nnft+q1fx4ltrFjx44dJkrPCBmZOXXCSf9/zWuenDZdW1zvqTqhCKnjCoo6q9J3Y1e/7fjues14lcP9ve3UKWVVlzQ8jL1DNzIYmeNefmd7t0BRxOibOh5nwrRxJqefr0uqk0qYEUhDYV1aOirGQvxwp7qxf8RqY3vP3da1tQOM3QO2RkfuZlqFv2zpWaO/1Y+PNFPHey9XLMFnp5pFS+56Ttqcap/jQO6kkODrkwAHm/yEk13u44OlM1n7nj/iAn4/cseJ3Im+rqXQ43UCu2oGsq+xSh/PNQtz5fjqQkPzxJTZcVJgYnHBD7cFr08MkAewuw7xt9t1A+Xa7+z6ulbn42rl2uL6gm+viiv05arA3gahSxxr+5KZ0rpXHqF8ankxT88S6/wCsS4tE+vqaoEbGwXubBe4v0fg0SHBpycEX5wTfHNF6NtzYWYJGue5C32+LPRyj+CFoQEl+Puduopr2wOFcXPxrLNzPGL1q+DF4U5ZLZcwFPRs6zDFPDVjapwWcOJ8RcLmP4EjLbyysKEn68co5vFJs+O6gL6+TcDtjwh6f7KNZ5yCmTVOIfRiRYxrhPt87Nix4wCI++vFtG6IcwAAAABJRU5ErkJggg==" />
<script>
function reveal() {
document.getElementById("cf-footer-ip")
.classList.remove("hidden");
document.getElementById("cf-footer-ip-reveal")
.classList.add("hidden");
}
</script>
<title>Deployment Not Found</title>
<style>
* { box-sizing: border-box }
html {
background-color: #fff;
font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;
font-size: 20px;
color: #313131;
font-weight: 300;
}
a {
text-decoration: none;
color: #0051c3
}
h1,h2,h3,h4,h5 {
font-weight: 400;
line-height: 1;
margin-bottom: 32px;
margin-top: 0;
}
dl, dt, dd { margin: 0 }
p {
margin-top: 16px;
margin-bottom: 16px;
}
/* Display and flex properties */
.display-inline { display: inline }
.display-flex { display: flex }
.display-inline-block { display: inline-block }
.align-items-center { align-items: center }
.flex-direction-column { flex-direction: column }
.justify-content-center { justify-content: center }
.justify-content-space-between { justify-content: space-between }
.flex-1 { flex: 1 }
.flex-wrap-wrap { flex-wrap: wrap }
/* Widths */
.width-100 { width: 100% }
.max-width-1110 { max-width: 1110px }
.max-width-230 { max-width: 230px }
/* Heights */
.min-height-100vh {
min-height: 100vh;
}
/* Font-weights */
.font-weight-semibold { font-weight: 600 }
/* Font-sizes */
.font-size-3 { font-size: 16px }
.font-size-8 { font-size: 64px }
/* Margins */
.margin-3 { margin: 16px }
.margin-horizontal-auto {
margin-left: auto;
margin-right: auto;
}
.margin-horizontal--3 {
margin-left: -16px;
margin-right: -16px;
}
.margin-bottom-0 { margin-bottom: 0 }
.margin-bottom-3 { margin-bottom: 16px }
/* Paddings */
.padding-horizontal-3 {
padding-left: 16px;
padding-right: 16px;
}
.padding-right-3 { padding-right: 16px }
.padding-bottom-5 {
padding-bottom: 64px;
}
/* Alignment */
.vertical-align-middle { vertical-align: middle }
/* Colors */
.border-color-gray-8 { border-color: #d9d9d9 }
/* Borders */
.border-bottom-width-1 { border-bottom-width: 1px }
.border-bottom-style-solid { border-bottom-style: solid }
/* -sm class modifiers */
@media (max-width: 755px) {
.display-none-sm { display: none }
.flex-direction-column-sm { flex-direction: column }
.font-size-7-sm { font-size: 48px }
}
.hidden {
display: none;
}
.cf-footer-ip-reveal-btn {
color: #0051c3;
background-color: transparent;
font-size: 16px;
-webkit-font-smoothing: antialiased;
border: none;
padding: 0;
cursor: pointer;
}
</style>
</head>
<body class="
display-flex
flex-direction-column
justify-content-center
m
Open service 2606:4700:3033::6815:5e0d:8443 · shibar.app
2026-01-06 16:16
HTTP/1.1 404 Not Found
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ckJue5acF9ieSD8d8D%2B8WXwbtTez6GDi4o4tIjAaMAAnBYvHsGBpReoIi7ST29boBdke0V4T69H%2BO0vyesjCmBAHX76ex4xFK4e3DP9go%2FoaxyFsulQ%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9c85b7db6ff904-SIN
alt-svc: h3=":8443"; ma=86400
Page title: Deployment Not Found
<!DOCTYPE html>
<html lang="en-US" class="min-height-100vh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB5ElEQVR4Ae2VM7gdYRRFJ2Yb206auIlZpYlt22hi27Zt27Zt+w2PLp9t3Nnft+q1fx4ltrFjx44dJkrPCBmZOXXCSf9/zWuenDZdW1zvqTqhCKnjCoo6q9J3Y1e/7fjues14lcP9ve3UKWVVlzQ8jL1DNzIYmeNefmd7t0BRxOibOh5nwrRxJqefr0uqk0qYEUhDYV1aOirGQvxwp7qxf8RqY3vP3da1tQOM3QO2RkfuZlqFv2zpWaO/1Y+PNFPHey9XLMFnp5pFS+56Ttqcap/jQO6kkODrkwAHm/yEk13u44OlM1n7nj/iAn4/cseJ3Im+rqXQ43UCu2oGsq+xSh/PNQtz5fjqQkPzxJTZcVJgYnHBD7cFr08MkAewuw7xt9t1A+Xa7+z6ulbn42rl2uL6gm+viiv05arA3gahSxxr+5KZ0rpXHqF8ankxT88S6/wCsS4tE+vqaoEbGwXubBe4v0fg0SHBpycEX5wTfHNF6NtzYWYJGue5C32+LPRyj+CFoQEl+Puduopr2wOFcXPxrLNzPGL1q+DF4U5ZLZcwFPRs6zDFPDVjapwWcOJ8RcLmP4EjLbyysKEn68co5vFJs+O6gL6+TcDtjwh6f7KNZ5yCmTVOIfRiRYxrhPt87Nix4wCI++vFtG6IcwAAAABJRU5ErkJggg==" />
<script>
function reveal() {
document.getElementById("cf-footer-ip")
.classList.remove("hidden");
document.getElementById("cf-footer-ip-reveal")
.classList.add("hidden");
}
</script>
<title>Deployment Not Found</title>
<style>
* { box-sizing: border-box }
html {
background-color: #fff;
font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;
font-size: 20px;
color: #313131;
font-weight: 300;
}
a {
text-decoration: none;
color: #0051c3
}
h1,h2,h3,h4,h5 {
font-weight: 400;
line-height: 1;
margin-bottom: 32px;
margin-top: 0;
}
dl, dt, dd { margin: 0 }
p {
margin-top: 16px;
margin-bottom: 16px;
}
/* Display and flex properties */
.display-inline { display: inline }
.display-flex { display: flex }
.display-inline-block { display: inline-block }
.align-items-center { align-items: center }
.flex-direction-column { flex-direction: column }
.justify-content-center { justify-content: center }
.justify-content-space-between { justify-content: space-between }
.flex-1 { flex: 1 }
.flex-wrap-wrap { flex-wrap: wrap }
/* Widths */
.width-100 { width: 100% }
.max-width-1110 { max-width: 1110px }
.max-width-230 { max-width: 230px }
/* Heights */
.min-height-100vh {
min-height: 100vh;
}
/* Font-weights */
.font-weight-semibold { font-weight: 600 }
/* Font-sizes */
.font-size-3 { font-size: 16px }
.font-size-8 { font-size: 64px }
/* Margins */
.margin-3 { margin: 16px }
.margin-horizontal-auto {
margin-left: auto;
margin-right: auto;
}
.margin-horizontal--3 {
margin-left: -16px;
margin-right: -16px;
}
.margin-bottom-0 { margin-bottom: 0 }
.margin-bottom-3 { margin-bottom: 16px }
/* Paddings */
.padding-horizontal-3 {
padding-left: 16px;
padding-right: 16px;
}
.padding-right-3 { padding-right: 16px }
.padding-bottom-5 {
padding-bottom: 64px;
}
/* Alignment */
.vertical-align-middle { vertical-align: middle }
/* Colors */
.border-color-gray-8 { border-color: #d9d9d9 }
/* Borders */
.border-bottom-width-1 { border-bottom-width: 1px }
.border-bottom-style-solid { border-bottom-style: solid }
/* -sm class modifiers */
@media (max-width: 755px) {
.display-none-sm { display: none }
.flex-direction-column-sm { flex-direction: column }
.font-size-7-sm { font-size: 48px }
}
.hidden {
display: none;
}
.cf-footer-ip-reveal-btn {
color: #0051c3;
background-color: transparent;
font-size: 16px;
-webkit-font-smoothing: antialiased;
border: none;
padding: 0;
cursor: pointer;
}
</style>
</head>
<body class="
display-flex
flex-direction-column
justify-content-center
m
Open service 2606:4700:3033::6815:5e0d:80 · shibar.app
2026-01-06 16:16
HTTP/1.1 301 Moved Permanently
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Length: 0
Connection: close
Location: https://shibar.app/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UQU7hdXbCto7Dp8qmuxmtQ9BH%2Fizlh8qVfof%2FLz5arORgQnD4EqAlNRn4wJiM%2FgZ%2F%2FQAvC8R0JMhtbVw1yGYxhcp3T3TSrh1xFAEciS6LUcCkzGyvyE%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9c85b60d1bd28e-FRA
Open service 104.21.94.13:443 · shibar.app
2026-01-06 16:16
HTTP/1.1 404 Not Found
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=U1cZVjekS65B4g0jvXMUsRChCX%2ByncEWlnlg%2BxAnJbJa8poggB1DBM6VFvajZBXElNdtuhqImjVGRc8eVmwtgO4vHHalltIL7ws%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9c85b68fbf3a02-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Deployment Not Found
<!DOCTYPE html>
<html lang="en-US" class="min-height-100vh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB5ElEQVR4Ae2VM7gdYRRFJ2Yb206auIlZpYlt22hi27Zt27Zt+w2PLp9t3Nnft+q1fx4ltrFjx44dJkrPCBmZOXXCSf9/zWuenDZdW1zvqTqhCKnjCoo6q9J3Y1e/7fjues14lcP9ve3UKWVVlzQ8jL1DNzIYmeNefmd7t0BRxOibOh5nwrRxJqefr0uqk0qYEUhDYV1aOirGQvxwp7qxf8RqY3vP3da1tQOM3QO2RkfuZlqFv2zpWaO/1Y+PNFPHey9XLMFnp5pFS+56Ttqcap/jQO6kkODrkwAHm/yEk13u44OlM1n7nj/iAn4/cseJ3Im+rqXQ43UCu2oGsq+xSh/PNQtz5fjqQkPzxJTZcVJgYnHBD7cFr08MkAewuw7xt9t1A+Xa7+z6ulbn42rl2uL6gm+viiv05arA3gahSxxr+5KZ0rpXHqF8ankxT88S6/wCsS4tE+vqaoEbGwXubBe4v0fg0SHBpycEX5wTfHNF6NtzYWYJGue5C32+LPRyj+CFoQEl+Puduopr2wOFcXPxrLNzPGL1q+DF4U5ZLZcwFPRs6zDFPDVjapwWcOJ8RcLmP4EjLbyysKEn68co5vFJs+O6gL6+TcDtjwh6f7KNZ5yCmTVOIfRiRYxrhPt87Nix4wCI++vFtG6IcwAAAABJRU5ErkJggg==" />
<script>
function reveal() {
document.getElementById("cf-footer-ip")
.classList.remove("hidden");
document.getElementById("cf-footer-ip-reveal")
.classList.add("hidden");
}
</script>
<title>Deployment Not Found</title>
<style>
* { box-sizing: border-box }
html {
background-color: #fff;
font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;
font-size: 20px;
color: #313131;
font-weight: 300;
}
a {
text-decoration: none;
color: #0051c3
}
h1,h2,h3,h4,h5 {
font-weight: 400;
line-height: 1;
margin-bottom: 32px;
margin-top: 0;
}
dl, dt, dd { margin: 0 }
p {
margin-top: 16px;
margin-bottom: 16px;
}
/* Display and flex properties */
.display-inline { display: inline }
.display-flex { display: flex }
.display-inline-block { display: inline-block }
.align-items-center { align-items: center }
.flex-direction-column { flex-direction: column }
.justify-content-center { justify-content: center }
.justify-content-space-between { justify-content: space-between }
.flex-1 { flex: 1 }
.flex-wrap-wrap { flex-wrap: wrap }
/* Widths */
.width-100 { width: 100% }
.max-width-1110 { max-width: 1110px }
.max-width-230 { max-width: 230px }
/* Heights */
.min-height-100vh {
min-height: 100vh;
}
/* Font-weights */
.font-weight-semibold { font-weight: 600 }
/* Font-sizes */
.font-size-3 { font-size: 16px }
.font-size-8 { font-size: 64px }
/* Margins */
.margin-3 { margin: 16px }
.margin-horizontal-auto {
margin-left: auto;
margin-right: auto;
}
.margin-horizontal--3 {
margin-left: -16px;
margin-right: -16px;
}
.margin-bottom-0 { margin-bottom: 0 }
.margin-bottom-3 { margin-bottom: 16px }
/* Paddings */
.padding-horizontal-3 {
padding-left: 16px;
padding-right: 16px;
}
.padding-right-3 { padding-right: 16px }
.padding-bottom-5 {
padding-bottom: 64px;
}
/* Alignment */
.vertical-align-middle { vertical-align: middle }
/* Colors */
.border-color-gray-8 { border-color: #d9d9d9 }
/* Borders */
.border-bottom-width-1 { border-bottom-width: 1px }
.border-bottom-style-solid { border-bottom-style: solid }
/* -sm class modifiers */
@media (max-width: 755px) {
.display-none-sm { display: none }
.flex-direction-column-sm { flex-direction: column }
.font-size-7-sm { font-size: 48px }
}
.hidden {
display: none;
}
.cf-footer-ip-reveal-btn {
color: #0051c3;
background-color: transparent;
font-size: 16px;
-webkit-font-smoothing: antialiased;
border: none;
padding: 0;
cursor: pointer;
}
</style>
</head>
<body class="
display-flex
flex-direction-column
justify-content-center
m
Open service 2606:4700:3035::ac43:da36:443 · shibar.app
2026-01-06 16:16
HTTP/1.1 404 Not Found
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HgSGWIklL6Jf4FHWSySKjoENRVhirCgeOPgwwulvCPnnYNn%2FfQNoClNI23%2BGPndn5QU8DeOy%2BEPf%2FXWMYT7G2%2FGshZNB5wai6tbMXsiPqAEXvrMQj40%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9c85b6b91c71d0-FRA
alt-svc: h3=":443"; ma=86400
Page title: Deployment Not Found
<!DOCTYPE html>
<html lang="en-US" class="min-height-100vh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB5ElEQVR4Ae2VM7gdYRRFJ2Yb206auIlZpYlt22hi27Zt27Zt+w2PLp9t3Nnft+q1fx4ltrFjx44dJkrPCBmZOXXCSf9/zWuenDZdW1zvqTqhCKnjCoo6q9J3Y1e/7fjues14lcP9ve3UKWVVlzQ8jL1DNzIYmeNefmd7t0BRxOibOh5nwrRxJqefr0uqk0qYEUhDYV1aOirGQvxwp7qxf8RqY3vP3da1tQOM3QO2RkfuZlqFv2zpWaO/1Y+PNFPHey9XLMFnp5pFS+56Ttqcap/jQO6kkODrkwAHm/yEk13u44OlM1n7nj/iAn4/cseJ3Im+rqXQ43UCu2oGsq+xSh/PNQtz5fjqQkPzxJTZcVJgYnHBD7cFr08MkAewuw7xt9t1A+Xa7+z6ulbn42rl2uL6gm+viiv05arA3gahSxxr+5KZ0rpXHqF8ankxT88S6/wCsS4tE+vqaoEbGwXubBe4v0fg0SHBpycEX5wTfHNF6NtzYWYJGue5C32+LPRyj+CFoQEl+Puduopr2wOFcXPxrLNzPGL1q+DF4U5ZLZcwFPRs6zDFPDVjapwWcOJ8RcLmP4EjLbyysKEn68co5vFJs+O6gL6+TcDtjwh6f7KNZ5yCmTVOIfRiRYxrhPt87Nix4wCI++vFtG6IcwAAAABJRU5ErkJggg==" />
<script>
function reveal() {
document.getElementById("cf-footer-ip")
.classList.remove("hidden");
document.getElementById("cf-footer-ip-reveal")
.classList.add("hidden");
}
</script>
<title>Deployment Not Found</title>
<style>
* { box-sizing: border-box }
html {
background-color: #fff;
font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;
font-size: 20px;
color: #313131;
font-weight: 300;
}
a {
text-decoration: none;
color: #0051c3
}
h1,h2,h3,h4,h5 {
font-weight: 400;
line-height: 1;
margin-bottom: 32px;
margin-top: 0;
}
dl, dt, dd { margin: 0 }
p {
margin-top: 16px;
margin-bottom: 16px;
}
/* Display and flex properties */
.display-inline { display: inline }
.display-flex { display: flex }
.display-inline-block { display: inline-block }
.align-items-center { align-items: center }
.flex-direction-column { flex-direction: column }
.justify-content-center { justify-content: center }
.justify-content-space-between { justify-content: space-between }
.flex-1 { flex: 1 }
.flex-wrap-wrap { flex-wrap: wrap }
/* Widths */
.width-100 { width: 100% }
.max-width-1110 { max-width: 1110px }
.max-width-230 { max-width: 230px }
/* Heights */
.min-height-100vh {
min-height: 100vh;
}
/* Font-weights */
.font-weight-semibold { font-weight: 600 }
/* Font-sizes */
.font-size-3 { font-size: 16px }
.font-size-8 { font-size: 64px }
/* Margins */
.margin-3 { margin: 16px }
.margin-horizontal-auto {
margin-left: auto;
margin-right: auto;
}
.margin-horizontal--3 {
margin-left: -16px;
margin-right: -16px;
}
.margin-bottom-0 { margin-bottom: 0 }
.margin-bottom-3 { margin-bottom: 16px }
/* Paddings */
.padding-horizontal-3 {
padding-left: 16px;
padding-right: 16px;
}
.padding-right-3 { padding-right: 16px }
.padding-bottom-5 {
padding-bottom: 64px;
}
/* Alignment */
.vertical-align-middle { vertical-align: middle }
/* Colors */
.border-color-gray-8 { border-color: #d9d9d9 }
/* Borders */
.border-bottom-width-1 { border-bottom-width: 1px }
.border-bottom-style-solid { border-bottom-style: solid }
/* -sm class modifiers */
@media (max-width: 755px) {
.display-none-sm { display: none }
.flex-direction-column-sm { flex-direction: column }
.font-size-7-sm { font-size: 48px }
}
.hidden {
display: none;
}
.cf-footer-ip-reveal-btn {
color: #0051c3;
background-color: transparent;
font-size: 16px;
-webkit-font-smoothing: antialiased;
border: none;
padding: 0;
cursor: pointer;
}
</style>
</head>
<body class="
display-flex
flex-direction-column
justify-content-center
m
Open service 104.21.94.13:8443 · shibar.app
2026-01-06 16:16
HTTP/1.1 404 Not Found
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HXtwlgsbrUkMZxjCNE71V2yFcBwqHN8ca%2B4R3xdOyftoGrR9ubSqHuJQIpJXS19AunGzFtKVnu1PC%2FCYo%2Fw%2F0CIJgUu7dMtRl%2FI%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9c85b67b1742d3-EWR
alt-svc: h3=":8443"; ma=86400
Page title: Deployment Not Found
<!DOCTYPE html>
<html lang="en-US" class="min-height-100vh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB5ElEQVR4Ae2VM7gdYRRFJ2Yb206auIlZpYlt22hi27Zt27Zt+w2PLp9t3Nnft+q1fx4ltrFjx44dJkrPCBmZOXXCSf9/zWuenDZdW1zvqTqhCKnjCoo6q9J3Y1e/7fjues14lcP9ve3UKWVVlzQ8jL1DNzIYmeNefmd7t0BRxOibOh5nwrRxJqefr0uqk0qYEUhDYV1aOirGQvxwp7qxf8RqY3vP3da1tQOM3QO2RkfuZlqFv2zpWaO/1Y+PNFPHey9XLMFnp5pFS+56Ttqcap/jQO6kkODrkwAHm/yEk13u44OlM1n7nj/iAn4/cseJ3Im+rqXQ43UCu2oGsq+xSh/PNQtz5fjqQkPzxJTZcVJgYnHBD7cFr08MkAewuw7xt9t1A+Xa7+z6ulbn42rl2uL6gm+viiv05arA3gahSxxr+5KZ0rpXHqF8ankxT88S6/wCsS4tE+vqaoEbGwXubBe4v0fg0SHBpycEX5wTfHNF6NtzYWYJGue5C32+LPRyj+CFoQEl+Puduopr2wOFcXPxrLNzPGL1q+DF4U5ZLZcwFPRs6zDFPDVjapwWcOJ8RcLmP4EjLbyysKEn68co5vFJs+O6gL6+TcDtjwh6f7KNZ5yCmTVOIfRiRYxrhPt87Nix4wCI++vFtG6IcwAAAABJRU5ErkJggg==" />
<script>
function reveal() {
document.getElementById("cf-footer-ip")
.classList.remove("hidden");
document.getElementById("cf-footer-ip-reveal")
.classList.add("hidden");
}
</script>
<title>Deployment Not Found</title>
<style>
* { box-sizing: border-box }
html {
background-color: #fff;
font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;
font-size: 20px;
color: #313131;
font-weight: 300;
}
a {
text-decoration: none;
color: #0051c3
}
h1,h2,h3,h4,h5 {
font-weight: 400;
line-height: 1;
margin-bottom: 32px;
margin-top: 0;
}
dl, dt, dd { margin: 0 }
p {
margin-top: 16px;
margin-bottom: 16px;
}
/* Display and flex properties */
.display-inline { display: inline }
.display-flex { display: flex }
.display-inline-block { display: inline-block }
.align-items-center { align-items: center }
.flex-direction-column { flex-direction: column }
.justify-content-center { justify-content: center }
.justify-content-space-between { justify-content: space-between }
.flex-1 { flex: 1 }
.flex-wrap-wrap { flex-wrap: wrap }
/* Widths */
.width-100 { width: 100% }
.max-width-1110 { max-width: 1110px }
.max-width-230 { max-width: 230px }
/* Heights */
.min-height-100vh {
min-height: 100vh;
}
/* Font-weights */
.font-weight-semibold { font-weight: 600 }
/* Font-sizes */
.font-size-3 { font-size: 16px }
.font-size-8 { font-size: 64px }
/* Margins */
.margin-3 { margin: 16px }
.margin-horizontal-auto {
margin-left: auto;
margin-right: auto;
}
.margin-horizontal--3 {
margin-left: -16px;
margin-right: -16px;
}
.margin-bottom-0 { margin-bottom: 0 }
.margin-bottom-3 { margin-bottom: 16px }
/* Paddings */
.padding-horizontal-3 {
padding-left: 16px;
padding-right: 16px;
}
.padding-right-3 { padding-right: 16px }
.padding-bottom-5 {
padding-bottom: 64px;
}
/* Alignment */
.vertical-align-middle { vertical-align: middle }
/* Colors */
.border-color-gray-8 { border-color: #d9d9d9 }
/* Borders */
.border-bottom-width-1 { border-bottom-width: 1px }
.border-bottom-style-solid { border-bottom-style: solid }
/* -sm class modifiers */
@media (max-width: 755px) {
.display-none-sm { display: none }
.flex-direction-column-sm { flex-direction: column }
.font-size-7-sm { font-size: 48px }
}
.hidden {
display: none;
}
.cf-footer-ip-reveal-btn {
color: #0051c3;
background-color: transparent;
font-size: 16px;
-webkit-font-smoothing: antialiased;
border: none;
padding: 0;
cursor: pointer;
}
</style>
</head>
<body class="
display-flex
flex-direction-column
justify-content-center
m
Open service 2606:4700:3035::ac43:da36:80 · shibar.app
2026-01-06 16:16
HTTP/1.1 301 Moved Permanently
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Length: 0
Connection: close
Location: https://shibar.app/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vDGq9I%2Br0VpoZ4HXexRywxV9hh8B%2BCPWTERBFIfxx%2BlnfUNwC8njyGKsJ4giB6YtxMRD7T%2BRNHXhOiXFgxcv%2BtHXqyIgQ9b4k8H6isd3iGVWonnq7W4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9c85b5abf471bb-FRA
Open service 2606:4700:3033::6815:5e0d:443 · shibar.app
2026-01-06 16:16
HTTP/1.1 404 Not Found
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3sh%2F8%2BXJWIA5g%2FijhC7SolqZZabGxY%2FaUrn23GM4Q0D9bHK3ZwaUJkuLkrOETMsYX6rCioEYf%2BUXkd4YvI9GpIN7W7CQeGrI%2FaBvLQxcfESDRNXrVnM%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9b9c85b6bfaab8af-AMS
alt-svc: h3=":443"; ma=86400
Page title: Deployment Not Found
<!DOCTYPE html>
<html lang="en-US" class="min-height-100vh">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" sizes="16x16" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB5ElEQVR4Ae2VM7gdYRRFJ2Yb206auIlZpYlt22hi27Zt27Zt+w2PLp9t3Nnft+q1fx4ltrFjx44dJkrPCBmZOXXCSf9/zWuenDZdW1zvqTqhCKnjCoo6q9J3Y1e/7fjues14lcP9ve3UKWVVlzQ8jL1DNzIYmeNefmd7t0BRxOibOh5nwrRxJqefr0uqk0qYEUhDYV1aOirGQvxwp7qxf8RqY3vP3da1tQOM3QO2RkfuZlqFv2zpWaO/1Y+PNFPHey9XLMFnp5pFS+56Ttqcap/jQO6kkODrkwAHm/yEk13u44OlM1n7nj/iAn4/cseJ3Im+rqXQ43UCu2oGsq+xSh/PNQtz5fjqQkPzxJTZcVJgYnHBD7cFr08MkAewuw7xt9t1A+Xa7+z6ulbn42rl2uL6gm+viiv05arA3gahSxxr+5KZ0rpXHqF8ankxT88S6/wCsS4tE+vqaoEbGwXubBe4v0fg0SHBpycEX5wTfHNF6NtzYWYJGue5C32+LPRyj+CFoQEl+Puduopr2wOFcXPxrLNzPGL1q+DF4U5ZLZcwFPRs6zDFPDVjapwWcOJ8RcLmP4EjLbyysKEn68co5vFJs+O6gL6+TcDtjwh6f7KNZ5yCmTVOIfRiRYxrhPt87Nix4wCI++vFtG6IcwAAAABJRU5ErkJggg==" />
<script>
function reveal() {
document.getElementById("cf-footer-ip")
.classList.remove("hidden");
document.getElementById("cf-footer-ip-reveal")
.classList.add("hidden");
}
</script>
<title>Deployment Not Found</title>
<style>
* { box-sizing: border-box }
html {
background-color: #fff;
font-family: 'SF Pro Display',-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;
font-size: 20px;
color: #313131;
font-weight: 300;
}
a {
text-decoration: none;
color: #0051c3
}
h1,h2,h3,h4,h5 {
font-weight: 400;
line-height: 1;
margin-bottom: 32px;
margin-top: 0;
}
dl, dt, dd { margin: 0 }
p {
margin-top: 16px;
margin-bottom: 16px;
}
/* Display and flex properties */
.display-inline { display: inline }
.display-flex { display: flex }
.display-inline-block { display: inline-block }
.align-items-center { align-items: center }
.flex-direction-column { flex-direction: column }
.justify-content-center { justify-content: center }
.justify-content-space-between { justify-content: space-between }
.flex-1 { flex: 1 }
.flex-wrap-wrap { flex-wrap: wrap }
/* Widths */
.width-100 { width: 100% }
.max-width-1110 { max-width: 1110px }
.max-width-230 { max-width: 230px }
/* Heights */
.min-height-100vh {
min-height: 100vh;
}
/* Font-weights */
.font-weight-semibold { font-weight: 600 }
/* Font-sizes */
.font-size-3 { font-size: 16px }
.font-size-8 { font-size: 64px }
/* Margins */
.margin-3 { margin: 16px }
.margin-horizontal-auto {
margin-left: auto;
margin-right: auto;
}
.margin-horizontal--3 {
margin-left: -16px;
margin-right: -16px;
}
.margin-bottom-0 { margin-bottom: 0 }
.margin-bottom-3 { margin-bottom: 16px }
/* Paddings */
.padding-horizontal-3 {
padding-left: 16px;
padding-right: 16px;
}
.padding-right-3 { padding-right: 16px }
.padding-bottom-5 {
padding-bottom: 64px;
}
/* Alignment */
.vertical-align-middle { vertical-align: middle }
/* Colors */
.border-color-gray-8 { border-color: #d9d9d9 }
/* Borders */
.border-bottom-width-1 { border-bottom-width: 1px }
.border-bottom-style-solid { border-bottom-style: solid }
/* -sm class modifiers */
@media (max-width: 755px) {
.display-none-sm { display: none }
.flex-direction-column-sm { flex-direction: column }
.font-size-7-sm { font-size: 48px }
}
.hidden {
display: none;
}
.cf-footer-ip-reveal-btn {
color: #0051c3;
background-color: transparent;
font-size: 16px;
-webkit-font-smoothing: antialiased;
border: none;
padding: 0;
cursor: pointer;
}
</style>
</head>
<body class="
display-flex
flex-direction-column
justify-content-center
m
Open service 172.67.218.54:80 · shibar.app
2026-01-06 16:16
HTTP/1.1 301 Moved Permanently
Date: Tue, 06 Jan 2026 16:16:52 GMT
Content-Length: 0
Connection: close
Location: https://shibar.app/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mh1MpaoNXi%2Fj6P6xec4Gy7H3mEot%2F%2F6DUvWKiP0gHqWFhfrW8fRIXL3OnmyzazWZigNMnHXTRi70rwZwqlNQiydjPnlmgRZD%2FLA%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b9c85b58f4f5259-LHR
Open service 2400:52e0:1e00:2::1328:1:80 · testnet.shibar.app
2025-12-21 05:02
HTTP/1.1 301 Moved Permanently Date: Sun, 21 Dec 2025 05:02:13 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-1328 CDN-PullZone: 1553948 CDN-RequestCountryCode: US Location: https://testnet.shibar.app/ CDN-RequestId: 517a4355887495c9491ba919366b67de CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 2400:52e0:1e00:2::1330:1:80 · www.shibar.app
2025-12-21 05:02
HTTP/1.1 301 Moved Permanently Date: Sun, 21 Dec 2025 05:02:12 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-1330 CDN-PullZone: 1553751 CDN-RequestCountryCode: US Location: https://www.shibar.app/ CDN-RequestId: b4c4a2a7c5cb9cbf1bbcd5654ecb9867 CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 185.111.111.154:80 · www.shibar.app
2025-12-21 05:02
HTTP/1.1 301 Moved Permanently Date: Sun, 21 Dec 2025 05:02:12 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-1328 CDN-PullZone: 1553751 CDN-RequestCountryCode: GB Location: https://www.shibar.app/ CDN-RequestId: d9b74f8cb00e7dada6cba9999ad90584 CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 2400:52e0:1e00:2::1330:1:443 · www.shibar.app
2025-12-21 05:02
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 05:02:13 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-1330
CDN-PullZone: 1553751
CDN-RequestCountryCode: US
Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Headers: Range
Access-Control-Allow-Headers: User-Agent
Access-Control-Allow-Headers: X-Requested-With
Access-Control-Allow-Methods: GET
Access-Control-Allow-Methods: HEAD
Access-Control-Allow-Methods: OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length
Access-Control-Expose-Headers: Content-Range
Access-Control-Expose-Headers: X-Chunked-Output
Access-Control-Expose-Headers: X-Ipfs-Path
Access-Control-Expose-Headers: X-Ipfs-Roots
Access-Control-Expose-Headers: X-Stream-Output
Cache-Control: max-age=60, stale-while-revalidate=3600
ETag: W/"bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi"
CDN-CachedAt: 09/25/2025 15:52:31
X-Ipfs-Path: /ipfs/bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi/
X-Ipfs-Roots: bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Request-ID: eb5d0da2b0f0253239940d6aa29208d0
Referrer-Policy: strict-origin-when-cross-origin
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Cache-Status: MISS
CDN-ProxyVer: 1.34
CDN-RequestPullCode: 200
CDN-RequestPullSuccess: True
CDN-EdgeStorageId: 1329
CDN-Status: 200
CDN-RequestTime: 0
CDN-RequestId: d9f8c33607e7a62d2f29119dbf875fcd
CDN-Cache: HIT
Page title: Shibar Network
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Shibar Network</title>
<base href="/">
<meta name="color-scheme" content="dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/favicon.png">
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<style>@import"https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap";:root{--ion-color-primary:#7B54FA;--ion-color-primary-rgb:123,84,250;--ion-color-primary-contrast:#ffffff;--ion-color-primary-contrast-rgb:255,255,255;--ion-color-primary-shade:#6c4adc;--ion-color-primary-tint:#8865fb;--ion-color-secondary:#371AAA;--ion-color-secondary-rgb:15,20,108;--ion-color-secondary-contrast:#ffffff;--ion-color-secondary-contrast-rgb:255,255,255;--ion-color-secondary-shade:#0d125f;--ion-color-secondary-tint:#272c7b;--ion-color-tertiary:#1F2631;--ion-color-tertiary-rgb:8,25,62;--ion-color-tertiary-contrast:#ffffff;--ion-color-tertiary-contrast-rgb:255,255,255;--ion-color-tertiary-shade:#071637;--ion-color-tertiary-tint:#213051;--ion-color-success:#2dd36f;--ion-color-success-rgb:45,211,111;--ion-color-success-contrast:#000000;--ion-color-success-contrast-rgb:0,0,0;--ion-color-success-shade:#28ba62;--ion-color-success-tint:#42d77d;--ion-color-warning:#FDA209;--ion-color-warning-rgb:253,162,9;--ion-color-warning-contrast:#000000;--ion-color-warning-contrast-rgb:0,0,0;--ion-color-warning-shade:#df8f08;--ion-color-warning-tint:#fdab22;--ion-color-danger:#eb445a;--ion-color-danger-rgb:235,68,90;--ion-color-danger-contrast:#ffffff;--ion-color-danger-contrast-rgb:255,255,255;--ion-color-danger-shade:#cf3c4f;--ion-color-danger-tint:#ed576b;--ion-color-medium:#1F2631;--ion-color-medium-rgb:146,148,156;--ion-color-medium-contrast:#000000;--ion-color-medium-contrast-rgb:0,0,0;--ion-color-medium-shade:#17191c;--ion-color-medium-tint:#454b53;--ion-color-light:#FFFFFF;--ion-color-light-rgb:255,255,255;--ion-color-light-contrast:#000000;--ion-color-light-contrast-rgb:0,0,0;--ion-color-light-shade:#e0e0e0;--ion-color-light-tint:#ffffff;--ion-color-dark:#212428}html{--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: constant(safe-area-inset-top)){html{--ion-safe-area-top:constant(safe-area-inset-top);--ion-safe-area-bottom:constant(safe-area-inset-bottom);--ion-safe-area-left:constant(safe-area-inset-left);--ion-safe-area-right:constant(safe-area-inset-right)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:1
Open service 2400:52e0:1e00:2::1328:1:443 · testnet.shibar.app
2025-12-21 05:02
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 05:02:13 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-1328
CDN-PullZone: 1553948
CDN-RequestCountryCode: CA
Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Headers: Range
Access-Control-Allow-Headers: User-Agent
Access-Control-Allow-Headers: X-Requested-With
Access-Control-Allow-Methods: GET
Access-Control-Allow-Methods: HEAD
Access-Control-Allow-Methods: OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length
Access-Control-Expose-Headers: Content-Range
Access-Control-Expose-Headers: X-Chunked-Output
Access-Control-Expose-Headers: X-Ipfs-Path
Access-Control-Expose-Headers: X-Ipfs-Roots
Access-Control-Expose-Headers: X-Stream-Output
Cache-Control: max-age=60, stale-while-revalidate=3600
ETag: W/"bafybeig6tswncteyqzjr7dicke6cfprmlnav7slrnercb3ufecmoi5cdqm"
X-Ipfs-Path: /ipfs/bafybeig6tswncteyqzjr7dicke6cfprmlnav7slrnercb3ufecmoi5cdqm/
X-Ipfs-Roots: bafybeig6tswncteyqzjr7dicke6cfprmlnav7slrnercb3ufecmoi5cdqm
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Request-ID: bd410963d757f1bfb3c9de70b38e8d60
Referrer-Policy: strict-origin-when-cross-origin
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Cache-Status: MISS
CDN-ProxyVer: 1.40
CDN-RequestPullCode: 200
CDN-RequestPullSuccess: True
CDN-EdgeStorageId: 1331
CDN-CachedAt: 11/19/2025 09:10:04
CDN-Status: 200
CDN-RequestTime: 0
CDN-RequestId: 18f84dbc01d233efd94f0ad7fc26e796
CDN-Cache: HIT
Page title: Shibar Network
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Shibar Network</title>
<base href="/">
<meta name="color-scheme" content="dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/favicon.png">
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<style>@import"https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap";:root{--ion-color-primary:#7B54FA;--ion-color-primary-rgb:123,84,250;--ion-color-primary-contrast:#ffffff;--ion-color-primary-contrast-rgb:255,255,255;--ion-color-primary-shade:#6c4adc;--ion-color-primary-tint:#8865fb;--ion-color-secondary:#371AAA;--ion-color-secondary-rgb:15,20,108;--ion-color-secondary-contrast:#ffffff;--ion-color-secondary-contrast-rgb:255,255,255;--ion-color-secondary-shade:#0d125f;--ion-color-secondary-tint:#272c7b;--ion-color-tertiary:#1F2631;--ion-color-tertiary-rgb:8,25,62;--ion-color-tertiary-contrast:#ffffff;--ion-color-tertiary-contrast-rgb:255,255,255;--ion-color-tertiary-shade:#071637;--ion-color-tertiary-tint:#213051;--ion-color-success:#2dd36f;--ion-color-success-rgb:45,211,111;--ion-color-success-contrast:#000000;--ion-color-success-contrast-rgb:0,0,0;--ion-color-success-shade:#28ba62;--ion-color-success-tint:#42d77d;--ion-color-warning:#FDA209;--ion-color-warning-rgb:253,162,9;--ion-color-warning-contrast:#000000;--ion-color-warning-contrast-rgb:0,0,0;--ion-color-warning-shade:#df8f08;--ion-color-warning-tint:#fdab22;--ion-color-danger:#eb445a;--ion-color-danger-rgb:235,68,90;--ion-color-danger-contrast:#ffffff;--ion-color-danger-contrast-rgb:255,255,255;--ion-color-danger-shade:#cf3c4f;--ion-color-danger-tint:#ed576b;--ion-color-medium:#1F2631;--ion-color-medium-rgb:146,148,156;--ion-color-medium-contrast:#000000;--ion-color-medium-contrast-rgb:0,0,0;--ion-color-medium-shade:#17191c;--ion-color-medium-tint:#454b53;--ion-color-light:#FFFFFF;--ion-color-light-rgb:255,255,255;--ion-color-light-contrast:#000000;--ion-color-light-contrast-rgb:0,0,0;--ion-color-light-shade:#e0e0e0;--ion-color-light-tint:#ffffff;--ion-color-dark:#212428}html{--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: constant(safe-area-inset-top)){html{--ion-safe-area-top:constant(safe-area-inset-top);--ion-safe-area-bottom:constant(safe-area-inset-bottom);--ion-safe-area-left:constant(safe-area-inset-left);--ion-safe-area-right:constant(safe-area-inset-right)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:1
Open service 185.111.111.157:80 · testnet.shibar.app
2025-12-21 05:02
HTTP/1.1 301 Moved Permanently Date: Sun, 21 Dec 2025 05:02:12 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-1331 CDN-PullZone: 1553948 CDN-RequestCountryCode: DE Location: https://testnet.shibar.app/ CDN-RequestId: 2f9e730981de47fcb273c39d9e2d135b CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 185.111.111.157:443 · testnet.shibar.app
2025-12-21 05:02
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 05:02:13 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-1331
CDN-PullZone: 1553948
CDN-RequestCountryCode: GB
Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Headers: Range
Access-Control-Allow-Headers: User-Agent
Access-Control-Allow-Headers: X-Requested-With
Access-Control-Allow-Methods: GET
Access-Control-Allow-Methods: HEAD
Access-Control-Allow-Methods: OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length
Access-Control-Expose-Headers: Content-Range
Access-Control-Expose-Headers: X-Chunked-Output
Access-Control-Expose-Headers: X-Ipfs-Path
Access-Control-Expose-Headers: X-Ipfs-Roots
Access-Control-Expose-Headers: X-Stream-Output
Cache-Control: max-age=60, stale-while-revalidate=3600
ETag: W/"bafybeig6tswncteyqzjr7dicke6cfprmlnav7slrnercb3ufecmoi5cdqm"
X-Ipfs-Path: /ipfs/bafybeig6tswncteyqzjr7dicke6cfprmlnav7slrnercb3ufecmoi5cdqm/
X-Ipfs-Roots: bafybeig6tswncteyqzjr7dicke6cfprmlnav7slrnercb3ufecmoi5cdqm
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Request-ID: bd410963d757f1bfb3c9de70b38e8d60
Referrer-Policy: strict-origin-when-cross-origin
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Cache-Status: MISS
CDN-ProxyVer: 1.40
CDN-RequestPullCode: 200
CDN-RequestPullSuccess: True
CDN-EdgeStorageId: 1331
CDN-CachedAt: 11/19/2025 09:10:04
CDN-Status: 200
CDN-RequestTime: 0
CDN-RequestId: 4b18d3789e1e33d9b033914de799bb36
CDN-Cache: REVALIDATED
Page title: Shibar Network
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Shibar Network</title>
<base href="/">
<meta name="color-scheme" content="dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/favicon.png">
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<style>@import"https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap";:root{--ion-color-primary:#7B54FA;--ion-color-primary-rgb:123,84,250;--ion-color-primary-contrast:#ffffff;--ion-color-primary-contrast-rgb:255,255,255;--ion-color-primary-shade:#6c4adc;--ion-color-primary-tint:#8865fb;--ion-color-secondary:#371AAA;--ion-color-secondary-rgb:15,20,108;--ion-color-secondary-contrast:#ffffff;--ion-color-secondary-contrast-rgb:255,255,255;--ion-color-secondary-shade:#0d125f;--ion-color-secondary-tint:#272c7b;--ion-color-tertiary:#1F2631;--ion-color-tertiary-rgb:8,25,62;--ion-color-tertiary-contrast:#ffffff;--ion-color-tertiary-contrast-rgb:255,255,255;--ion-color-tertiary-shade:#071637;--ion-color-tertiary-tint:#213051;--ion-color-success:#2dd36f;--ion-color-success-rgb:45,211,111;--ion-color-success-contrast:#000000;--ion-color-success-contrast-rgb:0,0,0;--ion-color-success-shade:#28ba62;--ion-color-success-tint:#42d77d;--ion-color-warning:#FDA209;--ion-color-warning-rgb:253,162,9;--ion-color-warning-contrast:#000000;--ion-color-warning-contrast-rgb:0,0,0;--ion-color-warning-shade:#df8f08;--ion-color-warning-tint:#fdab22;--ion-color-danger:#eb445a;--ion-color-danger-rgb:235,68,90;--ion-color-danger-contrast:#ffffff;--ion-color-danger-contrast-rgb:255,255,255;--ion-color-danger-shade:#cf3c4f;--ion-color-danger-tint:#ed576b;--ion-color-medium:#1F2631;--ion-color-medium-rgb:146,148,156;--ion-color-medium-contrast:#000000;--ion-color-medium-contrast-rgb:0,0,0;--ion-color-medium-shade:#17191c;--ion-color-medium-tint:#454b53;--ion-color-light:#FFFFFF;--ion-color-light-rgb:255,255,255;--ion-color-light-contrast:#000000;--ion-color-light-contrast-rgb:0,0,0;--ion-color-light-shade:#e0e0e0;--ion-color-light-tint:#ffffff;--ion-color-dark:#212428}html{--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: constant(safe-area-inset-top)){html{--ion-safe-area-top:constant(safe-area-inset-top);--ion-safe-area-bottom:constant(safe-area-inset-bottom);--ion-safe-area-left:constant(safe-area-inset-left);--ion-safe-area-right:constant(safe-area-inset-right)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:1
Open service 185.111.111.154:443 · www.shibar.app
2025-12-21 05:02
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 05:02:13 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-1328
CDN-PullZone: 1553751
CDN-RequestCountryCode: CA
Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Headers: Range
Access-Control-Allow-Headers: User-Agent
Access-Control-Allow-Headers: X-Requested-With
Access-Control-Allow-Methods: GET
Access-Control-Allow-Methods: HEAD
Access-Control-Allow-Methods: OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length
Access-Control-Expose-Headers: Content-Range
Access-Control-Expose-Headers: X-Chunked-Output
Access-Control-Expose-Headers: X-Ipfs-Path
Access-Control-Expose-Headers: X-Ipfs-Roots
Access-Control-Expose-Headers: X-Stream-Output
Cache-Control: max-age=60, stale-while-revalidate=3600
ETag: W/"bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi"
CDN-CachedAt: 09/25/2025 15:52:31
X-Ipfs-Path: /ipfs/bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi/
X-Ipfs-Roots: bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Request-ID: eb5d0da2b0f0253239940d6aa29208d0
Referrer-Policy: strict-origin-when-cross-origin
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Cache-Status: MISS
CDN-ProxyVer: 1.34
CDN-RequestPullCode: 200
CDN-RequestPullSuccess: True
CDN-EdgeStorageId: 1329
CDN-Status: 200
CDN-RequestTime: 0
CDN-RequestId: 6274614c15cf5a49656a55906c8a2b70
CDN-Cache: HIT
Page title: Shibar Network
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Shibar Network</title>
<base href="/">
<meta name="color-scheme" content="dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/favicon.png">
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<style>@import"https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap";:root{--ion-color-primary:#7B54FA;--ion-color-primary-rgb:123,84,250;--ion-color-primary-contrast:#ffffff;--ion-color-primary-contrast-rgb:255,255,255;--ion-color-primary-shade:#6c4adc;--ion-color-primary-tint:#8865fb;--ion-color-secondary:#371AAA;--ion-color-secondary-rgb:15,20,108;--ion-color-secondary-contrast:#ffffff;--ion-color-secondary-contrast-rgb:255,255,255;--ion-color-secondary-shade:#0d125f;--ion-color-secondary-tint:#272c7b;--ion-color-tertiary:#1F2631;--ion-color-tertiary-rgb:8,25,62;--ion-color-tertiary-contrast:#ffffff;--ion-color-tertiary-contrast-rgb:255,255,255;--ion-color-tertiary-shade:#071637;--ion-color-tertiary-tint:#213051;--ion-color-success:#2dd36f;--ion-color-success-rgb:45,211,111;--ion-color-success-contrast:#000000;--ion-color-success-contrast-rgb:0,0,0;--ion-color-success-shade:#28ba62;--ion-color-success-tint:#42d77d;--ion-color-warning:#FDA209;--ion-color-warning-rgb:253,162,9;--ion-color-warning-contrast:#000000;--ion-color-warning-contrast-rgb:0,0,0;--ion-color-warning-shade:#df8f08;--ion-color-warning-tint:#fdab22;--ion-color-danger:#eb445a;--ion-color-danger-rgb:235,68,90;--ion-color-danger-contrast:#ffffff;--ion-color-danger-contrast-rgb:255,255,255;--ion-color-danger-shade:#cf3c4f;--ion-color-danger-tint:#ed576b;--ion-color-medium:#1F2631;--ion-color-medium-rgb:146,148,156;--ion-color-medium-contrast:#000000;--ion-color-medium-contrast-rgb:0,0,0;--ion-color-medium-shade:#17191c;--ion-color-medium-tint:#454b53;--ion-color-light:#FFFFFF;--ion-color-light-rgb:255,255,255;--ion-color-light-contrast:#000000;--ion-color-light-contrast-rgb:0,0,0;--ion-color-light-shade:#e0e0e0;--ion-color-light-tint:#ffffff;--ion-color-dark:#212428}html{--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: constant(safe-area-inset-top)){html{--ion-safe-area-top:constant(safe-area-inset-top);--ion-safe-area-bottom:constant(safe-area-inset-bottom);--ion-safe-area-left:constant(safe-area-inset-left);--ion-safe-area-right:constant(safe-area-inset-right)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:1
Open service 143.244.60.197:80 · shibar.app
2025-12-21 01:06
HTTP/1.1 301 Moved Permanently Date: Sun, 21 Dec 2025 01:06:32 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-IL1-1347 CDN-PullZone: 1553751 CDN-RequestCountryCode: GB Location: https://shibar.app/ CDN-RequestId: 98a36591d0b4386bc362c18d0e0bf9ae CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>
Open service 143.244.60.197:443 · shibar.app
2025-12-21 01:06
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 01:06:33 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-IL1-1347
CDN-PullZone: 1553751
CDN-RequestCountryCode: SG
Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Headers: Range
Access-Control-Allow-Headers: User-Agent
Access-Control-Allow-Headers: X-Requested-With
Access-Control-Allow-Methods: GET
Access-Control-Allow-Methods: HEAD
Access-Control-Allow-Methods: OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length
Access-Control-Expose-Headers: Content-Range
Access-Control-Expose-Headers: X-Chunked-Output
Access-Control-Expose-Headers: X-Ipfs-Path
Access-Control-Expose-Headers: X-Ipfs-Roots
Access-Control-Expose-Headers: X-Stream-Output
Cache-Control: max-age=60, stale-while-revalidate=3600
ETag: W/"bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi"
X-Ipfs-Path: /ipfs/bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi/
X-Ipfs-Roots: bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Request-ID: 38626baa8c6b043b77f5384f6df5fc9e
Referrer-Policy: strict-origin-when-cross-origin
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Cache-Status: HIT
CDN-ProxyVer: 1.40
CDN-RequestPullCode: 200
CDN-RequestPullSuccess: True
CDN-EdgeStorageId: 1069
CDN-CachedAt: 11/17/2025 15:55:27
CDN-Status: 200
CDN-RequestTime: 0
CDN-RequestId: 7c92af9aa4103e732519874097f4afeb
CDN-Cache: HIT
Page title: Shibar Network
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Shibar Network</title>
<base href="/">
<meta name="color-scheme" content="dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/favicon.png">
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<style>@import"https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap";:root{--ion-color-primary:#7B54FA;--ion-color-primary-rgb:123,84,250;--ion-color-primary-contrast:#ffffff;--ion-color-primary-contrast-rgb:255,255,255;--ion-color-primary-shade:#6c4adc;--ion-color-primary-tint:#8865fb;--ion-color-secondary:#371AAA;--ion-color-secondary-rgb:15,20,108;--ion-color-secondary-contrast:#ffffff;--ion-color-secondary-contrast-rgb:255,255,255;--ion-color-secondary-shade:#0d125f;--ion-color-secondary-tint:#272c7b;--ion-color-tertiary:#1F2631;--ion-color-tertiary-rgb:8,25,62;--ion-color-tertiary-contrast:#ffffff;--ion-color-tertiary-contrast-rgb:255,255,255;--ion-color-tertiary-shade:#071637;--ion-color-tertiary-tint:#213051;--ion-color-success:#2dd36f;--ion-color-success-rgb:45,211,111;--ion-color-success-contrast:#000000;--ion-color-success-contrast-rgb:0,0,0;--ion-color-success-shade:#28ba62;--ion-color-success-tint:#42d77d;--ion-color-warning:#FDA209;--ion-color-warning-rgb:253,162,9;--ion-color-warning-contrast:#000000;--ion-color-warning-contrast-rgb:0,0,0;--ion-color-warning-shade:#df8f08;--ion-color-warning-tint:#fdab22;--ion-color-danger:#eb445a;--ion-color-danger-rgb:235,68,90;--ion-color-danger-contrast:#ffffff;--ion-color-danger-contrast-rgb:255,255,255;--ion-color-danger-shade:#cf3c4f;--ion-color-danger-tint:#ed576b;--ion-color-medium:#1F2631;--ion-color-medium-rgb:146,148,156;--ion-color-medium-contrast:#000000;--ion-color-medium-contrast-rgb:0,0,0;--ion-color-medium-shade:#17191c;--ion-color-medium-tint:#454b53;--ion-color-light:#FFFFFF;--ion-color-light-rgb:255,255,255;--ion-color-light-contrast:#000000;--ion-color-light-contrast-rgb:0,0,0;--ion-color-light-shade:#e0e0e0;--ion-color-light-tint:#ffffff;--ion-color-dark:#212428}html{--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: constant(safe-area-inset-top)){html{--ion-safe-area-top:constant(safe-area-inset-top);--ion-safe-area-bottom:constant(safe-area-inset-bottom);--ion-safe-area-left:constant(safe-area-inset-left);--ion-safe-area-right:constant(safe-area-inset-right)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:1
Open service 2400:52e0:1e00:2::1328:1:443 · shibar.app
2025-12-21 01:06
HTTP/1.1 200 OK
Date: Sun, 21 Dec 2025 01:06:32 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Server: BunnyCDN-DE1-1328
CDN-PullZone: 1553751
CDN-RequestCountryCode: US
Access-Control-Allow-Headers: Content-Type
Access-Control-Allow-Headers: Range
Access-Control-Allow-Headers: User-Agent
Access-Control-Allow-Headers: X-Requested-With
Access-Control-Allow-Methods: GET
Access-Control-Allow-Methods: HEAD
Access-Control-Allow-Methods: OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length
Access-Control-Expose-Headers: Content-Range
Access-Control-Expose-Headers: X-Chunked-Output
Access-Control-Expose-Headers: X-Ipfs-Path
Access-Control-Expose-Headers: X-Ipfs-Roots
Access-Control-Expose-Headers: X-Stream-Output
Cache-Control: max-age=60, stale-while-revalidate=3600
ETag: W/"bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi"
CDN-CachedAt: 09/25/2025 15:52:31
X-Ipfs-Path: /ipfs/bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi/
X-Ipfs-Roots: bafybeigrjpmkmidvl7yofnsqblpdibkc5zqdqawmx26w22wzqaru6yezwi
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Request-ID: eb5d0da2b0f0253239940d6aa29208d0
Referrer-Policy: strict-origin-when-cross-origin
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Cache-Status: MISS
CDN-ProxyVer: 1.34
CDN-RequestPullCode: 200
CDN-RequestPullSuccess: True
CDN-EdgeStorageId: 1329
CDN-Status: 200
CDN-RequestTime: 0
CDN-RequestId: 53607444783d2f887538a4997d4ee78b
CDN-Cache: HIT
Page title: Shibar Network
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Shibar Network</title>
<base href="/">
<meta name="color-scheme" content="dark">
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" type="image/png" href="assets/icon/favicon.png">
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<style>@import"https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap";:root{--ion-color-primary:#7B54FA;--ion-color-primary-rgb:123,84,250;--ion-color-primary-contrast:#ffffff;--ion-color-primary-contrast-rgb:255,255,255;--ion-color-primary-shade:#6c4adc;--ion-color-primary-tint:#8865fb;--ion-color-secondary:#371AAA;--ion-color-secondary-rgb:15,20,108;--ion-color-secondary-contrast:#ffffff;--ion-color-secondary-contrast-rgb:255,255,255;--ion-color-secondary-shade:#0d125f;--ion-color-secondary-tint:#272c7b;--ion-color-tertiary:#1F2631;--ion-color-tertiary-rgb:8,25,62;--ion-color-tertiary-contrast:#ffffff;--ion-color-tertiary-contrast-rgb:255,255,255;--ion-color-tertiary-shade:#071637;--ion-color-tertiary-tint:#213051;--ion-color-success:#2dd36f;--ion-color-success-rgb:45,211,111;--ion-color-success-contrast:#000000;--ion-color-success-contrast-rgb:0,0,0;--ion-color-success-shade:#28ba62;--ion-color-success-tint:#42d77d;--ion-color-warning:#FDA209;--ion-color-warning-rgb:253,162,9;--ion-color-warning-contrast:#000000;--ion-color-warning-contrast-rgb:0,0,0;--ion-color-warning-shade:#df8f08;--ion-color-warning-tint:#fdab22;--ion-color-danger:#eb445a;--ion-color-danger-rgb:235,68,90;--ion-color-danger-contrast:#ffffff;--ion-color-danger-contrast-rgb:255,255,255;--ion-color-danger-shade:#cf3c4f;--ion-color-danger-tint:#ed576b;--ion-color-medium:#1F2631;--ion-color-medium-rgb:146,148,156;--ion-color-medium-contrast:#000000;--ion-color-medium-contrast-rgb:0,0,0;--ion-color-medium-shade:#17191c;--ion-color-medium-tint:#454b53;--ion-color-light:#FFFFFF;--ion-color-light-rgb:255,255,255;--ion-color-light-contrast:#000000;--ion-color-light-contrast-rgb:0,0,0;--ion-color-light-shade:#e0e0e0;--ion-color-light-tint:#ffffff;--ion-color-dark:#212428}html{--ion-font-family:var(--ion-default-font)}body{background:var(--ion-background-color)}@supports (padding-top: 20px){html{--ion-safe-area-top:var(--ion-statusbar-padding)}}@supports (padding-top: constant(safe-area-inset-top)){html{--ion-safe-area-top:constant(safe-area-inset-top);--ion-safe-area-bottom:constant(safe-area-inset-bottom);--ion-safe-area-left:constant(safe-area-inset-left);--ion-safe-area-right:constant(safe-area-inset-right)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:1
Open service 2400:52e0:1e00:2::1328:1:80 · shibar.app
2025-12-21 01:06
HTTP/1.1 301 Moved Permanently Date: Sun, 21 Dec 2025 01:06:32 GMT Content-Type: text/html Content-Length: 166 Connection: close Server: BunnyCDN-DE1-1328 CDN-PullZone: 1553751 CDN-RequestCountryCode: NL Location: https://shibar.app/ CDN-RequestId: 2df37e55b45fb1af21b04dc23a272e0a CDN-RequestTime: 0 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>openresty</center> </body> </html>