Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 windows 主机文件中,是否可以有一个具有多个具有不同优先级的重定向主机的站点,以防万一出现故障?
不会。hosts 文件是一个简单的平面文件,仅包含域和 IP 地址对。查找服务首先检查主机文件以查找匹配的域名,如果找到,则使用文件中特定的 IP 地址。在此查找期间没有进行额外的检查或平衡,并且主机定义中不支持额外的参数。