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.
有多个 IP 地址分配给使用 DNS 循环的同一个域名。
在对特定域进行查询时,我能猜出我使用的是哪一个吗?
对于使用 curl 的给定请求,我可以强制使用列表中的单个 ip 吗?
您可以使用--resolve将 IP 地址强制设置为给定名称+端口组合。
或使用主机文件,但要查看您要访问的 IP,只需使用 curl -v http://foo.bar
“-v”选项将向您显示更多信息以及您实际访问的 IP 地址