abc.local
xyz.local
dumy.local
www.google.com
local.testserver.net
....
我们可以在“hosts”文件中写入某种正则表达式或规则来将某些以 .local 结尾的域名重定向到某些 IP 地址吗?就像使用上述域名一样。
192.168.0.10 *.local
192.168.0.1 www.*
192.168.0.100 local.*.*
// Mac OS X 上的 Hosts 文件路径为 /private/etc/hosts,Windows 上的 Hosts 文件路径为 c:/windows/system32/drivers/etc...
答案1
答案2
这在 hosts 文件中是不可能的。有关可接受的语法,请参阅以下内容: /etc/hosts 文件