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亲测可用。

  • 相关阅读:
    EL表达式 与 servlvet3.0的新规范
    回调函数
    结构体
    指针函数 和 函数指针
    BCC校验(异或和校验)
    stm32 USART串口通信
    stm32 中断
    Systick系统滴答定时器
    stm32f7 时钟
    按键连按和不连按
  • 原文地址:https://www.cnblogs.com/wancy86/p/chrome_host.html
Copyright © 2011-2022 走看看