如果我清除 DNS 缓存并删除 DNS 服务器信息,我如何 ping 到特定站点?
我可以在没有 DNS 服务器信息的情况下 ping 特定站点吗?
网络工程
dns
2022-02-17 19:55:17
1个回答
使用适用于您的操作系统的 hosts 文件中的条目。
视窗:
c:\Windows\System32\drivers\etc\hosts
Linux:
/etc/hosts
添加一条记录,如:
192.168.0.1 my.domain.sample
其它你可能感兴趣的问题