只允许某些(动态)IP 访问网站主管
好的,
我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK 您可以在 htaccess 中使用主机名,如下所示:
.htaccess:
AFAIK you can use hostnames in htaccess, like this:
.htaccess: