方法一:
使用nslookup命令:如果没有该命令
代码语言:javascript复制yum -y install bind-utils
代码语言:javascript复制nslookup github.global.ssl.fastly.Net
nslookup github.com
代码语言:javascript复制修改host文件
Windows上的hosts文件路径在
C:WindowsSystem32driversetchosts
Linux的hosts文件路径在/etc/hosts中
vi /etc/hosts
31.13.80.17 http://global-ssl.fastly.net
52.74.223.119 http://github.com
刷新缓存
yum install -y nscd
service nscd restart
或者直接reboot now