zoukankan      html  css  js  c++  java
  • /etc/hosts 备份

    # /etc/hosts: Local Host Database
    #
    # This file describes a number of aliases-to-address mappings for the for
    # local hosts that share this file.
    #
    # In the presence of the domain name service or NIS, this file may not be
    # consulted at all; see /etc/host.conf for the resolution order.
    #

    # IPv4 and IPv6 localhost aliases
    127.0.0.1 localhost
    ::1 localhost

    #
    # Imaginary network.
    #10.0.0.2 myname
    #10.0.0.3 myfriend
    #
    # According to RFC 1918, you can use the following IP networks for private
    # nets which will never be connected to the Internet:
    #
    # 10.0.0.0 - 10.255.255.255
    # 172.16.0.0 - 172.31.255.255
    # 192.168.0.0 - 192.168.255.255
    #
    # In case you want to be able to connect directly to the Internet (i.e. not
    # behind a NAT, ADSL router, etc...), you need real official assigned
    # numbers. Do not try to invent your own network numbers but instead get one
    # from your network provider (if any) or from your regional registry (ARIN,
    # APNIC, LACNIC, RIPE NCC, or AfriNIC.)
    #
    203.208.46.30 www.google.com
    203.208.46.30 picasaweb.google.com

    203.208.46.30 lh1.ggpht.com
    203.208.46.30 lh2.ggpht.com
    203.208.46.30 lh3.ggpht.com
    203.208.46.30 lh4.ggpht.com
    203.208.46.30 lh5.ggpht.com
    203.208.46.30 lh6.ggpht.com
    203.208.46.30 lh6.googleusercontent.com
    203.208.46.30 lh5.googleusercontent.com
    203.208.46.30 lh4.googleusercontent.com
    203.208.46.30 lh3.googleusercontent.com
    203.208.46.30 lh2.googleusercontent.com
    203.208.46.30 lh1.googleusercontent.com
    203.208.46.30 images1-focus-opensocial.googleusercontent.com
    203.208.46.30 images2-focus-opensocial.googleusercontent.com
    203.208.46.30 images3-focus-opensocial.googleusercontent.com
    203.208.46.30 images4-focus-opensocial.googleusercontent.com
    203.208.46.30 images5-focus-opensocial.googleusercontent.com
    203.208.46.30 images6-focus-opensocial.googleusercontent.com
    203.208.46.30 s6.googleusercontent.com
    203.208.46.30 s5.googleusercontent.com
    203.208.46.30 s4.googleusercontent.com
    203.208.46.30 s3.googleusercontent.com
    203.208.46.30 s2.googleusercontent.com
    203.208.46.30 s1.googleusercontent.com

    203.208.46.30 plus.google.com
    203.208.46.30 talkgadget.google.com
    203.208.46.30 ditu.google.com
    203.208.46.30 maps-api-ssl.google.com
    203.208.46.30 mail.google.com
    203.208.46.30 docs.google.com
    203.208.46.30 scholar.l.google.com
    203.208.46.30 news.google.com
    203.208.46.30 video.google.com
    203.208.46.29 translate.google.com

    203.208.46.30 profiles.google.com
  • 相关阅读:
    Go语言类型(布尔、整型、数组、切片、map等)
    CSS学习系列2 -- CSS中的清除浮动
    CSS学习系列1
    Umbraco中根据ID获取IPublishedContent
    Umbraco -- 在Visual Studio中新建一个View 如何在Umbraco back office 中显示出来
    Umbraco back office 中templates显示不出来问题解决 (一片空白)
    JavaScript学习系列5 ---ES6中的var, let 和const
    JavaScript学习系列4 ----- JavaScript中的扩展运算符 三个点(...)
    JavaScript学习系列3 -- JavaScript arguments对象学习
    .NET中的泛型委托
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/2178387.html
Copyright © 2011-2022 走看看