使用 PHP 检查主机文件条目?

发布于 2024-10-12 09:34:23 字数 107 浏览 4 评论 0原文

我正在创建一个“域锁定”脚本。基本上,该脚本将检查我的网站,以确保其运行的主机允许运行它。

我不希望他们能够修改其主机文件来重新路由连接。

有没有办法检查和/或防止它?

I'm creating a 'domain locking' script. Basically, the script will check my website to make sure that the host its running on is allowed to run it.

I don't want them to be able to modify their host file to reroute the connection.

Is there a way to check this and/or prevent it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

毁虫ゝ 2024-10-19 09:34:23

您还可以查询域的 DNS 服务器,并向其询问“授权”Web 服务器的 IP。

You could also query the DNS server of the domain, and ask it the IP of the 'authorized' web server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文