Use the hosts file on the local machine to solve the problem of slow opendns
Because the Gae part of GFW can be solved temporarily by using opendns, but sometimes it is intolerable to use opendns to resolve the slow speed of domestic websites. However, in order to access x.appspot.com, you have to set the DNS server to the opendns 208.67.222.222. This is really annoying!
Can I modify the DNS cache of the Local Machine and add the domain name resolution from 52jizhang.appspot.com to 74.125.19.118? The method found is similar to the Linux resolve file, which is named hosts in windows and used to save local DNS resolution items. The XP hosts file is in: C:/Windows/system32/Drivers/etc/hosts. Open the hosts file and add a ing below.
127.0.0.1 localhost
74.125.19.118 52jizhang.appspot.com
In this way, after entering 52jizhang.appspot.com, the system will directly parse the file to 74.125.19.118 without obtaining the result from the DNS server. Other Windows operating systems also have host files, which can be found.
Reference: Functions of Windows hosts files