作为程序员一定要保持良好的睡眠,才能好编程

linux 下设置hosts 指定虚拟域名

发布时间:2018-04-09


在项目中经常遇到 指定一个域名到本地服务,在linux下 找到 /etc/hosts

通过  vim  /etc/hosts  添加指定域名到 127.0.0.1 即可

a4.png


然后通过 ping www.myinfo.com   查看结果



linux禁止ip访问


[root@iZ25vpndgurZ sbin]# find /etc -name "*.deny"

/etc/hosts.deny


修改这个文件,禁止某个ip访问


 



linux允许ip访问