How to find Google's IP address?

后端 未结 8 1939
悲&欢浪女
悲&欢浪女 2020-12-23 22:20

Google is blocked in some countries. However, there are many ways to access Google, like VPN, agent, and by changing the hosts file.

If I want to change the hosts f

8条回答
  •  轮回少年
    2020-12-23 23:07

    On Windows, open command prompt and type tracert google.com and press enter, or on Linux, open terminal and type nslookup google.com and press enter:

    Server:     127.0.1.1
    Address:    127.0.1.1#53
    

    Non-authoritative answer:

    Name:   google.com
    Address: 74.125.236.199
    Name:   google.com
    Address: 74.125.236.201
    Name:   google.com
    Address: 74.125.236.194
    Name:   google.com
    Address: 74.125.236.198
    Name:   google.com
    Address: 74.125.236.206
    Name:   google.com
    Address: 74.125.236.193
    Name:   google.com
    Address: 74.125.236.196
    Name:   google.com
    Address: 74.125.236.192
    Name:   google.com
    Address: 74.125.236.197
    Name:   google.com
    Address: 74.125.236.195
    Name:   google.com
    Address: 74.125.236.200
    

提交回复
热议问题