美文网首页
提高GitHub访问速度及其他DNS优化

提高GitHub访问速度及其他DNS优化

作者: 試毅_思伟 | 来源:发表于2020-03-02 17:41 被阅读0次

添加如下配置

  • Windows用户修改C:\WINDOWS\System32\drivers\etc\hosts文件
  • Linux用户修改/etc/hosts文件
# C:\WINDOWS\System32\drivers\etc
# /etc/hosts

# 屏蔽Adobe激活服务器:
#0.0.0.0 activate.adobe.com
#0.0.0.0 practivate.adobe.com
#0.0.0.0 ereg.adobe.com
#0.0.0.0 activate.wip3.adobe.com
#0.0.0.0 wip3.adobe.com
#0.0.0.0 3dns-3.adobe.com
#0.0.0.0 3dns-2.adobe.com
#0.0.0.0 adobe-dns.adobe.com
#0.0.0.0 adobe-dns-2.adobe.com
#0.0.0.0 adobe-dns-3.adobe.com
#0.0.0.0 ereg.wip3.adobe.com
#0.0.0.0 activate-sea.adobe.com
#0.0.0.0 wwis-dubc1-vip60.adobe.com
#0.0.0.0 activate-sjc0.adobe.com

# GitHub Start
52.74.223.119     github.com
192.30.253.119    gist.github.com
54.169.195.247    api.github.com
185.199.111.153   assets-cdn.github.com
151.101.76.133    raw.githubusercontent.com
151.101.108.133   user-images.githubusercontent.com
151.101.76.133    gist.githubusercontent.com
151.101.76.133    cloud.githubusercontent.com
151.101.76.133    camo.githubusercontent.com
151.101.76.133    avatars0.githubusercontent.com
151.101.76.133    avatars1.githubusercontent.com
151.101.76.133    avatars2.githubusercontent.com
151.101.76.133    avatars3.githubusercontent.com
151.101.76.133    avatars4.githubusercontent.com
151.101.76.133    avatars5.githubusercontent.com
151.101.76.133    avatars6.githubusercontent.com
151.101.76.133    avatars7.githubusercontent.com
151.101.76.133    avatars8.githubusercontent.com
# GitHub End

# Linux BackUp
#127.0.0.1 test
#192.30.255.113 github.com
#151.101.72.133 assets-cdn.github.com
# 151.101.193.194 github.global.ssl.fastly.net
#31.13.84.8 github.global.ssl.fastly.net
#{50.116.33.29} sublime.wbond.net
#192.168.88.1 windows10.microdone.cn
#192.30.253.113 github.com
#151.101.72.133 assets-cdn.github.com
#151.101.193.194 github.global.ssl.fastly.net
#140.82.114.4 github.com
#151.101.72.133 assets-cdn.github.com
# 151.101.193.194 github.global.ssl.fastly.net
#31.13.84.8 github.global.ssl.fastly.net
#192.30.253.118 gist.github.com
# End

相关文章

  • 提高GitHub访问速度及其他DNS优化

    添加如下配置 Windows用户修改C:\WINDOWS\System32\drivers\etc\hosts文件...

  • 如何提高GitHub访问速度?

    提高GitHub访问速度 1.查询DNS,http://tool.chinaz.com/dns/[http://t...

  • 提高github访问速度

    https://github.com.ipaddress.com/访问这个网站获取 github.com 和 ...

  • 如何提高github的访问速度

    在平时会浏览下github,找一些资料,学习一些东西。但是有时候github国内访问的速度还是有点难受。所以找了下...

  • Acrylic dns Proxy使用说明

    Acrylic是一个用于Windows的本地DNS代理,它通过缓存来自DNS服务器的响应来提高访问速度,并通过一个...

  • 「页面架构」页面优化

    页面优化 页面优化可以提升页面的访问速度从而提高用户体验,优化的页面可以更好的提升 SEO 的效果同时也可以提高代...

  • git proxy

    github访问很慢,git clone下载代码的速度只有几十KB,可以用如下方法提高github下载速度 htt...

  • dns-prefetch

    前端优化系列之一:DNS预获取 dns-prefetch 提升页面载入速度 DNS Prefetching 是让具...

  • 修改Host文件优化github访问速度

    最近可能是一些不为人知的原因,我在家里使用电脑时,github 访问的速度实在难以忍受,就连常规的提交代码都非常的...

  • 解决Xcode 从Github上 Clone下载慢问题

    本方法亲测只需要1s,能够提高10倍速度访问github以及clone项目,并且不需要借助其他类似gitee等外部...

网友评论

      本文标题:提高GitHub访问速度及其他DNS优化

      本文链接:https://www.haomeiwen.com/subject/gttbkhtx.html