检索能够解析github.com的ip

https://tool.chinaz.com/speedworld/github.com
从列表中选总解析时间最快的ip地址:
在这里插入图片描述

复制ip地址作为github.com路由转发表

sudo vim /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1       localhost
255.255.255.255 broadcasthost
::1             localhost
20.200.245.247 github.com

输入:q!保存后退出编辑器;

刷新DNS,键入以下命令

dscacheutil -flushcache
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐