3
主机文件:多行具有相同的IP地址是否不正确?
一段时间以来,我一直在格式化我的主机文件。注意两行有相同的ip: e.f.g.h foo.mydevsite.com e.f.g.h foo.myOtherDevSite.com 我最近读到,别名应该合并在一行上: e.f.g.h foo.mydevsite.com foo.myOtherDevSite.com 但是,我不喜欢这种方法,因为您不能轻易地注释掉某些别名或向特定别名添加注释,例如: a.b.c.d foo.mydevsite.com # myDevSite on box 1 # a.b.c.d foo.myOtherSite.com # myOtherSite on box 1 a.b.c.d ubuntuBox e.f.g.h foo.myOtherSite.com # myOtherSite testing environment 到目前为止,一切正常。这有问题吗?
28
hosts