只允许某些(动态)IP 访问网站主管

发布于 2024-08-19 09:57:14 字数 188 浏览 7 评论 0原文

好的,

我有 4 个动态 ip,为了获取这些 IP,我需要在 4 个域名上运行 gethostbyname('domain_name.com'); 我始终解析为仅允许的 4 个 IP来访问该目录。

这对我来说在页面上的 PHP 脚本上很容易做到,但我很困惑如何对目录执行此操作?

谢谢!!

OK

I have 4 dynamic ips, in order to get those IP's I need run a gethostbyname('domain_name.com'); on 4 domain names I have that alwasy resolve to the only 4 IP's that are allowed to access this directory.

This is very easy for me to do on a PHP script on a page, but I am confused as how I can do it to a directory?

Thanks!!

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

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

发布评论

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

评论(1

满地尘埃落定 2024-08-26 09:57:14

AFAIK 您可以在 htaccess 中使用主机名,如下所示:

.htaccess:

Deny From All
Allow From host1.com
Allow From host2.com

AFAIK you can use hostnames in htaccess, like this:

.htaccess:

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