zoukankan      html  css  js  c++  java
  • 码一个host文件解决访问github不稳定问题

    文件位置c:/windows/system32/divers/ect/host

    # Copyright (c) 1993-2009 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.## Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    # localhost name resolution is handled within DNS itself.
    # 127.0.0.1       localhost
    # ::1             localhost
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
     
    # localhost name resolution is handled within DNS itself.
    #   127.0.0.1       localhost
    #   ::1             localhost
     
    # github
    192.30.253.112 assets-cdn.github.com
    151.101.88.249 github.global.ssl.fastly.net
    192.30.253.113 github.com
    151.101.184.133 assets-cdn.github.com
    185.199.108.153 documentcloud.github.com
    192.30.253.118 gist.github.com
    185.199.108.153 help.github.com
    192.30.253.120 nodeload.github.com
    151.101.184.133 raw.github.com
    18.204.240.114 status.github.com
    192.30.253.166 training.github.com
    192.30.253.112 www.github.com
    151.101.185.194 github.global.ssl.fastly.net
    151.101.184.133 avatars0.githubusercontent.com
    151.101.184.133 avatars1.githubusercontent.comcc
  • 相关阅读:
    [高级软件工程教学]总成绩排行榜(12.20更新)
    [高级软件工程教学]团队Alpha阶段成绩汇总
    ab & webbench
    httpClient 3
    xpath 定位补充
    命令补充
    feed4testng
    自动化测试架构整理
    识别元素
    appium小例子
  • 原文地址:https://www.cnblogs.com/shanyr/p/15543685.html
Copyright © 2011-2022 走看看