Vercel
tcp/443 tcp/80
nginx
tcp/443 tcp/80
Open service 216.150.1.129:443 · samune.ai
2026-01-12 04:28
HTTP/1.1 307 Temporary Redirect Cache-Control: public, max-age=0, must-revalidate Content-Type: text/plain Date: Mon, 12 Jan 2026 04:28:43 GMT Location: https://www.samune.ai/ Server: Vercel Strict-Transport-Security: max-age=63072000 X-Vercel-Id: sfo1::lq5xb-1768192123794-feb39823548a Connection: close Transfer-Encoding: chunked Redirecting...
Open service 216.150.1.1:443 · samune.ai
2026-01-12 04:28
HTTP/1.1 307 Temporary Redirect Cache-Control: public, max-age=0, must-revalidate Content-Type: text/plain Date: Mon, 12 Jan 2026 04:28:43 GMT Location: https://www.samune.ai/ Server: Vercel Strict-Transport-Security: max-age=63072000 X-Vercel-Id: iad1::xj5hv-1768192123733-69b62e882074 Connection: close Transfer-Encoding: chunked Redirecting...
Open service 216.150.1.129:80 · samune.ai
2026-01-12 04:28
HTTP/1.0 308 Permanent Redirect Content-Type: text/plain Location: https://samune.ai/ Refresh: 0;url=https://samune.ai/ server: Vercel Redirecting...
Open service 216.150.1.1:80 · samune.ai
2026-01-12 04:28
HTTP/1.0 308 Permanent Redirect Content-Type: text/plain Location: https://samune.ai/ Refresh: 0;url=https://samune.ai/ server: Vercel Redirecting...
Open service 216.150.16.1:80 · samune.ai
2026-01-08 14:00
HTTP/1.0 308 Permanent Redirect Content-Type: text/plain Location: https://samune.ai/ Refresh: 0;url=https://samune.ai/ server: Vercel Redirecting...
Open service 216.150.1.1:443 · samune.ai
2026-01-08 14:00
HTTP/1.1 307 Temporary Redirect Cache-Control: public, max-age=0, must-revalidate Content-Type: text/plain Date: Thu, 08 Jan 2026 14:00:19 GMT Location: https://www.samune.ai/ Server: Vercel Strict-Transport-Security: max-age=63072000 X-Vercel-Id: fra1::hfqj5-1767880819222-a9c7b90c61c6 Connection: close Transfer-Encoding: chunked Redirecting...
Open service 216.150.1.1:80 · samune.ai
2026-01-08 14:00
HTTP/1.0 308 Permanent Redirect Content-Type: text/plain Location: https://samune.ai/ Refresh: 0;url=https://samune.ai/ server: Vercel Redirecting...
Open service 216.150.16.1:443 · samune.ai
2026-01-08 14:00
HTTP/1.1 307 Temporary Redirect Cache-Control: public, max-age=0, must-revalidate Content-Type: text/plain Date: Thu, 08 Jan 2026 14:00:19 GMT Location: https://www.samune.ai/ Server: Vercel Strict-Transport-Security: max-age=63072000 X-Vercel-Id: iad1::nkt9k-1767880819099-bda19bf72f4a Connection: close Transfer-Encoding: chunked Redirecting...
Open service 160.251.152.60:80 · samune.ai
2026-01-04 05:06
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 04 Jan 2026 05:06:20 GMT
Content-Type: text/html
Content-Length: 242944
Connection: close
Vary: Accept-Encoding
Last-Modified: Wed, 22 Oct 2025 08:26:38 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Page title: ドメイン登録済み
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
<title>ドメイン登録済み</title>
<script>
document.addEventListener('DOMContentLoaded', () => {
let domain = window.location.hostname.replace(/^www\./, '');
if (domain) {
document.title = `${domain} - ${document.title}`;
}
});
</script>
<style type="text/css">
html, body, div, span, h1, h2, p, a, ul, li, section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
word-break: break-all;
}
p {
line-height: 1.7;
}
a:hover {
opacity: 0.8;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.428571429;
background-color: #fff;
color: #2F3230;
}
.link {
color: #1596C5;
text-decoration: none;
}
.primary-button {
display: inline-block;
padding: 10px 20px;
color: #fff;
background-color: #1596C5;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
margin-top: 8px;
text-align: center;
}
.secondary-button {
display: inline-block;
padding: 10px 20px;
color: #1596C5;
background-color: #fff;
border: 1px solid #1596C5;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.inline-block {
display: inline-block;
}
.green-text {
color: #466A00;
}
.bold {
font-weight: bold;
}
@media (max-width: 480px) {
.primary-button {
margin-top: 12px;
}
}
/* 〇〇は登録済みですブロック */
.background-green {
background-color: #E8F9DB;
}
.status-container {
max-width: 1024px;
margin: 0 auto;
padding: 64px 40px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 32px;
}
.status-reason {
font-size: 40px;
line-height: 1.4;
margin-bottom: 32px;
}
.status-icon {
display: inline-block;
width: 40px;
min-width: 40px;
height: 40px;
vertical-align: text-top;
}
#domain-img {
max-width: 300px;
}
#domain-img img {
width: 100%;
height: auto;
}
@media (max-width: 768px) {
.status-container {
flex-direction: column;
padding: 48px 40px 40px;
}
}
@media (max-width: 480px) {
.status-container {
flex-direction: column;
padding: 48px 32px 32px;
}
.status-reason {
font-size: 30px;
}
.status-icon {
width: 30px;
min-width: 30px;
height: 30px;
}
#domain-img {
max-width: 220px;
}
}
/* レンタルサーバーのご利用はラッコサーバーがおすすめ!ブロック */
.recommend-container {
max-width: 1024px;
margin: 64px auto 0;
padding: 0 40px;
display: flex;
fle
Open service 160.251.152.60:443 · samune.ai
2026-01-04 05:06
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 04 Jan 2026 05:06:20 GMT
Content-Type: text/html
Content-Length: 242944
Connection: close
Vary: Accept-Encoding
Last-Modified: Wed, 22 Oct 2025 08:26:38 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
Page title: ドメイン登録済み
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
<title>ドメイン登録済み</title>
<script>
document.addEventListener('DOMContentLoaded', () => {
let domain = window.location.hostname.replace(/^www\./, '');
if (domain) {
document.title = `${domain} - ${document.title}`;
}
});
</script>
<style type="text/css">
html, body, div, span, h1, h2, p, a, ul, li, section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
word-break: break-all;
}
p {
line-height: 1.7;
}
a:hover {
opacity: 0.8;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.428571429;
background-color: #fff;
color: #2F3230;
}
.link {
color: #1596C5;
text-decoration: none;
}
.primary-button {
display: inline-block;
padding: 10px 20px;
color: #fff;
background-color: #1596C5;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
margin-top: 8px;
text-align: center;
}
.secondary-button {
display: inline-block;
padding: 10px 20px;
color: #1596C5;
background-color: #fff;
border: 1px solid #1596C5;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.inline-block {
display: inline-block;
}
.green-text {
color: #466A00;
}
.bold {
font-weight: bold;
}
@media (max-width: 480px) {
.primary-button {
margin-top: 12px;
}
}
/* 〇〇は登録済みですブロック */
.background-green {
background-color: #E8F9DB;
}
.status-container {
max-width: 1024px;
margin: 0 auto;
padding: 64px 40px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 32px;
}
.status-reason {
font-size: 40px;
line-height: 1.4;
margin-bottom: 32px;
}
.status-icon {
display: inline-block;
width: 40px;
min-width: 40px;
height: 40px;
vertical-align: text-top;
}
#domain-img {
max-width: 300px;
}
#domain-img img {
width: 100%;
height: auto;
}
@media (max-width: 768px) {
.status-container {
flex-direction: column;
padding: 48px 40px 40px;
}
}
@media (max-width: 480px) {
.status-container {
flex-direction: column;
padding: 48px 32px 32px;
}
.status-reason {
font-size: 30px;
}
.status-icon {
width: 30px;
min-width: 30px;
height: 30px;
}
#domain-img {
max-width: 220px;
}
}
/* レンタルサーバーのご利用はラッコサーバーがおすすめ!ブロック */
.recommend-container {
max-width: 1024px;
margin: 64px auto 0;
padding: 0 40px;
display: flex;
fle