
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="https://jscache.miancp.com:2083/Template/skin/cc.css" type="text/css" />
<title>WAF 安全防护系统</title>
<script>
function addZero(str,lenght){
return (Array(lenght).join(0) + str).slice(-lenght); 
}
function goto()
{
s1=2268322/151;
s2=6585-151;s1=addZero(s1,5);s2=addZero(s2,5);se=s1+s2;
location.href="/syst"   +  "em/res" +   "ourc" +   "e/sty"+ "le"   +  "/com"  +   "p" + "onent/ne" +   "ws/co"   +"nten" +  "t"  + "/format"   +  "10"  +   "0.css?"  +"__C"   +   "5"   + "="   +  "3378f1"   +   "d9aa5"   +  "e"  +"6d77083"  +  "4b06" + "a1443c5"  +   "5c"   + "017410"  +"1"  +   "9707_2"  +   "4"+  "6622"+ "47";}</script><h1>WAF 安全防护系统</h1><p>您的请求被拒绝,您当前上网IP已经列入黑名单,主机禁止部分海外机房IP访问<br><br>可将您的IP发予主机管理员申请解封</p><div class="footer">© CDN 安全防护系统 你的IP:<span id="ip"></span></div><script>
  fetch('https://ip.miancp.com/?format=json')
    .then(response => response.json())
    .then(data => {
      const ipElement = document.getElementById('ip');
      ipElement.textContent = data.ip;
    })
    .catch(error => console.error('获取IP地址失败：', error));
</script>