目标:访问github,特别卡

优化办法:参考https://baijiahao.baidu.com/s?id=1608100091125662190&wfr=spider&for=pc

                  绕过dns解析,去这个网站(http://tool.chinaz.com/dns?type=1&host=github.com&ip=)输入github.com网址,然后找到github的服务器的ip列表中,从中找到最小TTL的那个ip,然后把ip配置在本地hosts配置文件中,类似:" ip   github.com ",这样就直接访问了对应的ip了,速度很快。

引申:以此类推,以后遇到某网站特别卡的情况,就改hosts配置喽~

相关文章:

  • 2021-06-13
  • 2021-07-18
  • 2021-06-24
  • 2021-04-01
  • 2021-10-28
  • 2022-12-23
  • 2022-01-23
  • 2021-12-11
猜你喜欢
  • 2021-10-17
  • 2021-05-20
  • 2021-09-02
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
相关资源
相似解决方案