Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - 01y.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 24 May 2025 10:04:51 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: http://www.01y.com/

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 durum kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

200 OK - http://www.01y.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 24 May 2025 10:04:52 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Cache-control: private
X-Powered-By: ThinkPHP

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: 01y.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8"/>
    <title>首页</title>
    <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"/>
    <link rel="stylesheet" href="/Public/css/swiper-3.4.2.min.css"/>
    <link rel="stylesheet" href="/Public/css/animate.min.css"/>
    <link rel="stylesheet" href="/Public/css/common.css"/>
    <link rel="stylesheet" href="/Public/css/index.css"/>
<meta name="__hash__" content="6666cd76f96956469e7be39d750cc7d9_31c960bc0d5bea5089dee57d5e48dfd5" /></head>

<body>
<div class="wrap">

    <div class="swiper-container swiper-container-horizontal">
        <div class="header_wrap">
            <div class="header" style="width:100%;">
                <style>
    .modal {
        height: 100vh;
        width: 100vw;
        background: rgba(1, 1, 1, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .modalContent {
        width: 552px;
        /* height: 411px; */
        background: #fff;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 4px;
    }

    .show {
        display: block;
    }

    .hidden {
        display: none;
    }

    .modalTitle {
        position: relative;
        background-image: url('/Public/v2/images/register_bg.png');
        background-size: 100% 151px;
        width: 100%;
        height: 151px;
        /* background-color: red; */
    }

    .modalTitle > h4 {
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        opacity: 0.8;
        font-size: 20px;
        text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
        margin: 0 0 0 48px;
        padding-top: 52px;
    }

    .modalTitle > p {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        opacity: 0.8;
        text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
        margin: 23px 0 0 48px;
    }

    .closeIcon {
        position: absolute;
        top: 7px;
        right: 6px;
    }

    .closeIcon:hover {
        cursor: pointer;
    }

    .textCenter {
        text-align: center;
    }

    .bodyTitle {
        margin: 21px 0 23px 46px;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        opacity: 0.8;
        font-size: 14px;
    }

    .bodyLeft {
        width: 210px;
        border: 1px solid rgba(227, 228, 232, 1);
        border-radius: 3px;
        display: inline-block;
        margin: 0 32px 24px 49px;
    }

    .bodyLeft p,
    .bodyRight p {
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 14px;
        font-size: 14px;
    }

    .modalQQ {
        margin-top: 19px;
    }

    .clickBtnBox {
        margin: 18px auto;
        border: 1px solid rgba(227, 228, 232, 1);
        border-radius: 5px;
        width: 86px;

    }

    .clickBtn {
        padding: 2px;
    }

    .clickBtn:hover {
        color: #1ABEFB;
    }

    .bodyRight {
        width: 210px;
        border: 1px solid rgba(227, 228, 232, 1);
        border-radius: 3px;
        display: inline-block;
        margin: 0 0 24px 0;
    }
</style>
<div class="logo le">
    <a href="javascript:;">
        <img src="/Public/v2/images/logo.png?timestrap=1" width="76" height="29"/>
        <!--a href="index.html"><Img src="/Public/v2/images/logo.png" width="76" height="29" class="logo" /></a-->
    </a>
</div>
<div class="header-list le">
    <div class="blueline"></div>
    <ul class="menu underline">
        <li
         class="active" ><a
            href="/index.php/home/index/index.html">首页</a></li>
        <!--	<li ><a
                    href="/index.php/home/index/index1.html">小妖联盟</a></li>-->
        <li
        ><a
            href="/index.php/home/index/product.html">产品</a></li>
        <li
        ><a
            href="/index.php/home/index/join.html">代理加盟</a></li>
        <li
        ><a
            href="/index.php/home/index/download.html">下载</a></li>

        <!--<li ><a-->
        <!--href="/index.php/home/index/help.html">帮助中心</a></li>-->
        <!--li class="slippery"></li-->
    </ul>
</div>
<!--div class="menuPhone" style="display: none;" >
    <a href="javascript:;" class="logoIcon"><Img src="/Public/v2/images/index_logo.png" width="76" height="29" class="logo" /></a>
    <a href="javascript:;" class="menuIcon hover"></a>
    <div class="menuPhoneD">
        <a href="/index.php/home/index/index.html">产品介绍</a>
        <a href="/index.php/home/index/download.html">产品下载</a>
        <a href="/index.php/home/index/join.html">代理加盟</a>
        <a href="/index.php/home/index/help.html">帮助中心</a>
        <!--  <a href="/index.php/home/index/aboutus.html">关于我们</a> >
        <a href="/index.php/home/index/showclient.html" target='_blank'>小妖V1.2.0</a>
        <a href="/index.php/admin/login/showlogin.html" target='_blank'>登录后台</a>
        <a href="/index.php/admin/login/showlogin.html#reg" target='_blank'>网吧注册</a>
    </div>
</div-->
<div class="headerR fr" style="width:auto;float:right;margin-right:65px;">
    <a href="/index.php/home/index/showclient.html" target='_blank' style="display:none;">小妖V1.3.3</a>
    <a href="https://yx-boss.oss-cn-hangzhou.aliyuncs.com/xyLMBAR.mp4" target='_blank'>小妖联盟网咖操作流程</a>
    <a href="https://yx-boss.oss-cn-hangzhou.aliyuncs.com/xyLMmember.mp4" target='_blank'>小妖联盟玩家操作流程</a>
    <a href="https://bar.01y.com/#/login" class="login">新后台登录</a>
    <a href="https://bar.01y.com/#/login?reg" class="bar-tog">网吧注册</a>

</div>

<div class="nav_list">
    <ul>
        <li>
            <a href="/index.php/home/index/index.html">首页</a>
        </li>
        <li>
            <a href="/index.php/home/index/product.html">产品</a>
        </li>
        <li>
            <a href="/index.php/home/index/join.html">代理加盟</a>
        </li>
        <li>
            <a href="/index.php/home/index/download.html">下载</a>
        </li>
        <li>
            <!--<a href="/index.php/home/index/help.html">帮助中心</a>-->
        </li>
    </ul>
</div>
<div id='modal' class="modal hidden">
    <div class="modalContent">
        <div class="modalTitle">
            <h4>致小妖网吧营销软件用户:</h4>
            <p>注册账号需联系当地代理商/维护进行小妖营销账号注册</p>
            <img src="/Public/v2/images/close.png" width="10" height="10" alt="" class="closeIcon" id='close'>
        </div>
        <div class="modalBody">
            <div class="bodyTitle">或者加入小妖官方群与小妖工作人员进行小妖营销账号注册</div>
            <div class="bodyLeft textCenter">
                <img src="/Public/v2/images/qq.png" width="30" height="35" alt="" style='display: inline;' class="modalQQ">
                <p class="textCenter" style="padding-top: 18px;">QQ群:634467102</p>
                <p class="textCenter" style="padding-top: 8px;">小妖官方群(全国用户)</p>
                <div class="textCenter clickBtnBox">
                    <a href="https://jq.qq.com/?_wv=1027&k=5nP9VxU" style="font-size: 14px;" class="clickBtn" target='_blank'>点击入群</a>
                </div>
            </div>
            <div class="bodyRight textCenter">
                <img src="/Public/v2/images/qq_dianx.png" width="39" height="40" alt="" style='display: inline;' class="modalQQ">
                <p class="textCenter" style="padding-top: 14px;">QQ群:766805697</p>
                <p class="textCenter" style="padding-top: 8px;">小妖电信网吧云群(重庆用户)</p>
                <div class="textCenter clickBtnBox">
                    <a href="https://jq.qq.com/?_wv=1027&k=52NdDWn" style="font-size: 14px;" class="clickBtn" target='_blank'>点击入群</a>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- WPA start -->
<script id="qd2852168019e1173bc9c9d03dcdb499eb630ceebead" src="https://wp.qiye.qq.com/qidian/2852168019/e1173bc9c9d03dcdb499eb630ceebead" charset="utf-8" async defer></script>
<!-- WPA end -->
<script>
    window.onload = function () {
        //var modal = $('#modal')
//        var register = $('#register')
//        var close = $('#close')
//
//        close.click(function () {
//            modal.addClass('hidden')
//            $('body').css('overflow', 'auto')
//        })
//        register.click(function (event) {
//            /*event.preventDefault();
//            modal.removeClass('hidden')
//            $('body').css('overflow', 'hidden')*/
//            location.href="/index.php/home/admin/reg.html"
//        })
    }


</script>
            </div>

        </div>
        <div class="nav_logo">
            <img src="/Public/images/menuIcon.png"/>
        </div>
        <div class="swiper-wrapper">

            <div class="swiper-slide">
                            <a href="https://mp.weixin.qq.com/s?__biz=MzU3OTA0MjExNw==&amp;mid=2247483825&amp;idx=1&amp;sn=659b2545e465a03d5c0e593198b60180&amp;chksm=fd6d6f9bca1ae68de9ca7127c91e901ea610a2e3f07d59990b6c1f7d0407d44d747334a46c96&amp;mpshare=1&amp;scene=23&amp;srcid=#rd" target="_blank">
                            <img src="http://admin.01y.com/uploads/5d3070ad48704.png" alt="banner1"/>
                            <img src="http://admin.01y.com/uploads/5d31279de0a3b.png" style="margin-top:-40px;" alt="banner" class="ani banner_new market-font" swiper-animate-effect="show" swiper-animate-duration="0.5s" swiper-animate-delay="0s"/>
                            </a>
                        </div><div class="swiper-slide swiper-slide-second">
                            <a href="http://www.01y.com/index.php/home/index/download.html" target="_blank">
                            <div id="container">
                                <video id="background_video" src="http://admin.01y.com/uploads/pubg.mp4" loop muted></video>
                                <div id="video_cover"></div>
                                <div id="overlay"></div>
                                <div id="video_controls">
								        <span id="play">
								            <img src="/Public/images/play.png">
								        </span>
                                    <span id="pause">
								            <img src="/Public/images/pause.png">
								        </span>
                                </div>
                            </div>
                            <div class="banner_new ani" swiper-animate-effect="up" swiper-animate-duration="0.5s" swiper-animate-delay="0s">
                                <img src="http://admin.01y.com/uploads/5b1a2272d3eef.png"/>
                            </div>
                            </a>
                        </div><div class="swiper-slide">
                            <a href="https://mp.weixin.qq.com/s?__biz=MzU3OTA0MjExNw==&amp;mid=2247483702&amp;idx=1&amp;sn=58b5d9838732580c62086fd5ffcddd5a&amp;chksm=fd6d6f1cca1ae60a7c4291f50f039fdda5580f49b7180d7ee2248c294ab9fbdae6e7ec8f5cce#rd" target="_blank">
                            <img src="http://admin.01y.com/uploads/5c3c3f46e0958.png" alt="banner1"/>
                            <img src="http://admin.01y.com/uploads/5c3c419ca2348.png" style="margin-top:-40px;" alt="banner" class="ani banner_new market-font" swiper-animate-effect="show" swiper-animate-duration="0.5s" swiper-animate-delay="0s"/>
                            </a>
                        </div>        </div>
        <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets">
            <span class="swiper-pagination-bullet"></span>
            <span class="swiper-pagination-bullet"></span>
            <span class="swiper-pagination-bullet"></span>
            <span class="swiper-pagination-bullet"></span>
        </div>
    </div>
    <div class="clear"></div>
    <div class="main">
        <div class="active_list">
            <div class="main_wrap">
                <ul>
                    <li>
                        <img src="/Public/images/index_10.png" class="pic le"/>
                        <div class="words le">
                            <p>网吧基础服务</p>
                            <span>超市 / 点歌 / 呼叫网管</span>
                        </div>
                    </li>
                    <li>
                        <img src="/Public/images/index_13.png" class="pic le"/>
                        <div class="words le">
                            <p>活动营销</p>
                            <span>绝地求生 / 英雄联盟 / 守望先锋</span>
                        </div>
                    </li>
                    <li>
                        <img src="/Public/images/index_07.png" class="pic le"/>
                        <div class="words le">
                            <p>日常趣味营销</p>
                            <span>积分 / 大转盘 / 秒杀抽奖</span>
                        </div>
                    </li>
                </ul>
            </div>
        </div>
        <div class="clear"></div>
        <div class="product_news">
            <div class="main_wrap">
                <div class="left le">
                    <p class="title le">产品动态</p>
                    <p class="more ri"><a href="#"></a></p>
                    <div class="clear"></div>
                    <ul style="height: 200px;overflow-y:scroll;">
                        <li class="bj-color">
                                <div class="le time">
                                    <p class="day">24</p>
                                    <p>2020-06</p>
                                </div>
                                <p class="le new"><a href="https://w.url.cn/s/AcmhoHG" target="_blank">云顶上分神器,优惠畅玩</a></p>
                            </li><li class="bj-color">
                                <div class="le time">
                                    <p class="day">23</p>
                                    <p>2020-06</p>
                                </div>
                                <p class="le new"><a href="https://w.url.cn/s/ALhgJ5T" target="_blank">小妖营销红包功能,引爆上网客流!</a></p>
                            </li><li class="bj-color">
                                <div class="le time">
                                    <p class="day">23</p>
                                    <p>2020-06</p>
                                </div>
                                <p class="le new"><a href="https://w.url.cn/s/AeMek9y" target="_blank">云顶四大独特玩法,让你快速上分!</a></p>
                            </li><li class="bj-color">
                                <div class="le time">
                                    <p class="day">23</p>
                                    <p>2020-06</p>
                                </div>
                                <p class="le new"><a href="https://w.url.cn/s/A6lXIUf" target="_blank">云顶10.12:强势阵容来袭,上分更嗨!</a></p>
                            </li><li class="bj-color">
                                <div class="le time">
                                    <p class="day">15</p>
                                    <p>2019-03</p>
                                </div>
                                <p class="le new"><a href="https://mp.weixin.qq.com/s?__biz=MzU3OTA0MjExNw==&amp;mid=2247483769&amp;idx=1&amp;sn=d3c907385a5fb2c5c97f6ed226f4f4b0&amp;chksm=fd6d6f53ca1ae645834ea0e4f97421f65c743f8e89d625784220003dc624e43c970969ca2676&amp;token=1157154540&amp;lang=zh_CN#rd" target="_blank">实时小程序查询  随时随地管理员工</a></p>
                            </li><li class="bj-color">
                                <div class="le time">
                                    <p class="day">18</p>
                                    <p>2019-07</p>
                                </div>
                                <p class="le new"><a href="https://mp.weixin.qq.com/s?__biz=MzU3OTA0MjExNw==&amp;mid=2247483798&amp;idx=1&amp;sn=947bc8f311bbe42f57f2b6718bf9e0d0&amp;chksm=fd6d6fbcca1ae6aa71d7639cd6223ecf97a9b914a9bd254dcc265dca4b81760721742e1381b3&amp;mpshare=1&amp;scene=23&amp;srcid=#rd" target="_blank">小妖网吧营销--发现你的网咖达人</a></p>
                            </li><li class="bj-color">
                                <div class="le time">
                                    <p class="day">18</p>
                                    <p>2019-07</p>
                                </div>
                                <p class="le new"><a href="https://mp.weixin.qq.com/s?__biz=MzU3OTA0MjExNw==&amp;mid=2247483820&amp;idx=1&amp;sn=d503d86fae5ff4860b99076f0c56ad11&amp;chksm=fd6d6f86ca1ae6904332a19bd97e461ede216017bce4fb27528bd772aa6d529232658e093003&amp;mpshare=1&amp;scene=23&amp;srcid=#rd" target="_blank">小妖网咖营销——等级特权</a></p>
                            </li>
                    </ul>
                </div>
                <div class="right ri">
                    <p class="title">关注小妖</p>
                    <img src="/Public/images/weixin.png" title="微信公众号"/>
                    <p class="weixin">微信扫一扫</p>
                    <p class="weixin">关注官方公众号</p>
                </div>
            </div>
        </div>

    </div>
    <div class="clear"></div>
    <div class="footer">
        <p style="padding-bottom:0px;">联系我们:400-8557002</p>
        <p>
            <span>Copyright©2005-2016  All Rights Reserved</span>
            <span><a href="https://beian.miit.gov.cn/">蜀ICP备17008165号-1</a></span>
        </p>

    </div>
    <div class="tip">
        <ul>
            <li style="display:none;"></li>
            <li class="tip_tel">
                <div class="tel" style="height: 125px">

                    <p class="hotline" style="line-height: normal; height: 55px;">
                        <span style="     font-weight: normal; ">客服电话:</span>

                        <span style="    margin-left: 19px;margin-bottom: 2px;">4008557002(9:00~21:00)</span>
                    </p>
                    <p class="hotline" style="line-height: normal; height: 55px; border-bottom: none;">
                        <span style="     font-weight: normal; ">加盟电话:</span>

                        <span style="    margin-left: 19px;margin-bottom: 2px;">全   &nbsp国 &nbsp孙先生: 18623665999</span>
                    </p>
                </div>
            </li>
            <li class="tip_code">
                <div class="QRcode">
                    <img src="/Public/images/qq1.png"/>
                    <p>扫一扫</p>
                    <p>加入官方QQ群</p>
                </div>
            </li>
        </ul>
    </div>

    <div class="tip indexTipL">
        <h5>在线客服</h5>
        <img class="tipLogo" src="/Public/images/logo_xiao.png" />
        <a href="javascript:void(0)" onclick="popupQqShow()"><img src="/Public/images/qq.png" />在线咨询</a>
    </div>

    <div class="popupQq" style="display:none;">
        <div class="popupQq_view">
            <a href="javascript:void(0)" onclick="closePopup(this)" class="popupClose"></a>
            <h5>联系我们</h5>
            <div class="qq_view">
                <img src="/Public/images/weixin1.jpg">
                <img src="/Public/images/weixin2.jpg">
            </div>
            <div class="qq_add"><p>添加微信</p><a href="https://qm.qq.com/q/FxyVdOl3CC">添加QQ群</a><span>客服联系电话:4008557002(工作时间:早10:00 - 晚10:00)</span></div>
        </div>
    </div>
    <style>
        .indexTipL{left:0px; right:inherit; width:100px; height:auto; border:1px solid #eef0f2; border-radius:4px;}
        .indexTipL h5{text-align:center; font-size:15px; margin:10px 0px 0px 0px;}
        .indexTipL .tipLogo{width:34px; height:34px; margin:20px 33px}
        .indexTipL a{width:100%; float:left; height:40px; display:flex; font-size:13px; color:#fff; align-items:center; justify-content:center; background:#00a2e9;}
        .indexTipL a img{width:16px; height:16px; margin-right:6px; }
        .popupQq{width:100%; height:100%; position:fixed; z-index:100; left:0px; top:0px; background:rgba(0, 0, 0, .3);}
        .popupQq_view{width:600px; background:#fff; position:fixed; border-radius:8px; z-index:1; left:50%; top:50%; transform:translate(-50%, -50%);}
        .popupQq_view h5{font-size:18px; text-align:center; line-height:40px;}
        .qq_view{width:80%; margin:0px 10% 15px 10%; float:left; display:flex; justify-content:center;}
        .qq_view img{width:200px; height:200px; margin-right:20px;}
        .qq_view img:last-child{margin-right:0px;}
        .qq_add{width:100%; display:flex; flex-direction:column; align-items:center; float:left; margin-bottom:30px;}
        .qq_add p{color:#888888; font-size:16px; margin-bottom:25px;}
        .qq_add a{background:#00a2e9; margin-bottom:30px; height:42px; line-height:42px; width:140px; border-radius:4px; color:#fff; font-size:15px; text-align:center;}
        .qq_add a:hover,.indexTipL a:hover{opacity:.9;}
        .qq_add span{font-size:14px;}
        .popupClose{background:url(/Public/images/close.png) center center no-repeat; width:16px; height:16px; background-size:100%; position:absolute; right:24px; top:24px}
        .popupClose:hover{opacity:.8;}
    </style>
</div>
<!-- WPA start -->
<script id="qd2852168019e1173bc9c9d03dcdb499eb630ceebead" src="https://wp.qiye.qq.com/qidian/2852168019/e1173bc9c9d03dcdb499eb630ceebead" charset="utf-8" async defer></script>
<!-- WPA end -->
</body>
<script type="text/javascript" src="/Public/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/Public/js/swiper-3.4.2.jquery.min.js"></script>
<script type="text/javascript" src="/Public/js/swiper.animate1.0.2.min.js"></script>
<script type="text/javascript" src="/Public/js/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="/Public/js/bideo.js"></script>
<script type="text/javascript" src="/Public/js/main.js"></script>
<script type="text/javascript" src="/Public/js/index.js"></script>
<script>
    function closePopup(obj){
        $(obj).parents('.popupQq').fadeOut();
    }
    function popupQqShow(){
        $('.popupQq').fadeIn()
    }
</script>
</html>                               

Alan adının whois bilgisi

Domain Name: 01Y.COM
Registry Domain ID: 125414928_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ename.com
Registrar URL: http://www.ename.net
Updated Date: 2024-07-11T09:35:38Z
Creation Date: 2004-07-22T18:01:34Z
Registry Expiry Date: 2025-07-22T18:01:34Z
Registrar: eName Technology Co., Ltd.
Registrar IANA ID: 1331
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 86.4000044400
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: F1G1NS1.DNSPOD.NET
Name Server: F1G1NS2.DNSPOD.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-24T10:04:44Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass