<html>
<head>
<script>
if (location.href.indexOf( "http://127.0.0.1")==-1) {
location.href= "about:blank ";
// location.href= "Other ";
}
</script>
</head>
<body>
You can visit by url.
</body>
</html>
设置网站只能通过域名访问,不能通过IP访问
最新推荐文章于 2023-10-08 12:10:18 发布
此页面可通过包含特定域名的URL访问,提供直接访问路径。
5556

被折叠的 条评论
为什么被折叠?



