方法一:
使用nslookup命令:如果没有该命令
yum -y install bind-utils
nslookup github.global.ssl.fastly.Net
nslookup github.com
修改host文件
Windows上的hosts文件路径在
C:\Windows\System32\drivers\etc\hosts
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