zoukankan      html  css  js  c++  java
  • Chrome同步最新host文件IP列表

    使用Chrome的童靴是不是很多都碰到同步问题呢?网上查来查去的都是给些host文件的修改,可是都是几年前的东西,地址都不对了,想想还是自己找到需要解析的域名的IP地址吧

    步骤:

    1.DNS设置为8.8.8.8

    2.cmd内粘贴一下内容

    ping docs.google.com

    ping docs0.google.com

    ping docs1.google.com

    ping docs2.google.com

    ping docs3.google.com

    ping spreadsheets.google.com

    ping spreadsheets0.google.com

    ping spreadsheets1.google.com

    ping spreadsheets2.google.com

    ping spreadsheets3.google.com

     ping的时候会显示对应的IP地址,复制出来配置到host文件中就搞定了。

    74.125.224.40clients4.google.com

    74.125.239.99docs.google.com

    74.125.239.132 docs0.google.com

    74.125.239.136 docs1.google.com

    74.125.239.136 docs2.google.com

    74.125.239.129 docs3.google.com

    74.125.224.41 spreadsheets.google.com

    74.125.239.142 spreadsheets0.google.com

    74.125.239.101 spreadsheets1.google.com

    74.125.224.32 spreadsheets2.google.com

    74.125.239.105 spreadsheets3.google.com

    以上2014年4月2日23:06:18亲测可用。

  • 相关阅读:
    C/C++位域(Bitfields)之我见(不错)
    C/C++位域(Bitfields)之我见(不错)
    C语言面试题之一——程序阅读题
    Matlab数据导入导出
    C语言大小端判断程序
    Qt——路径设置问题
    C语言大小端判断程序
    Qt——路径设置问题
    poj3625
    poj3660
  • 原文地址:https://www.cnblogs.com/wancy86/p/chrome_host.html
Copyright © 2011-2022 走看看