修改hosts
- IP查询工具:ip查询 查ip 网站ip查询 同ip网站查询 iP反查域名 iP查域名 同ip域名
- hosts文件位置:
- Windows 系统:C:\Windows\System32\drivers\etc\hosts
-
- Linux 系统:/etc/hosts
- 打开 hosts 文件,添加一行,将 xx 替换为你查询到的解析IP
- xx.xx.xx.xx www.github.com
- 刷新 DNS:
- Windows:在 CMD 窗口输入:ipconfig /flushdns
- Linux 命令:sudo nscd restart,如报错则须安装:sudo apt install nscd 或 sudo /etc/init.d/nscd restart