Win7 system access to the specified web page 2 tricks

  
Method 1 Modify the Hosts file


The hosts file is located in the Windows/system32/drivers/etc/directory and is used to control domain name access. I thought of the way to modify the hosts file, so that the DNS domain name resolution sites point to 127.0.0.1, as follows:

127.0.0.1 www.rzxt.com 127.0.0.1 ......

But, no It is possible to write all the domain names again. Someone asked 127.0.0.1 * Is it OK? The answer is no, because the hosts file does not support wildcards.

So this method is theoretically feasible, but it is not practical.

Method 2 Control through Hosts file and network settings

1. Set the DNS server to 127.0.0.1 in the network settings, network link status -> TCP/IPv4 -> Properties - > Preferred DNS Server -> 127.0.0.1

At this point, you will find that it is not possible to open a browser to access any web page through a domain name (but it can be done by IP, but this can at least mask 95%) Users, because most users only remember the domain name, it is impossible to remember the server IP).

2. Modify the hosts file to specify domain names that are not prohibited. For example: 61.135.169.125 www.rzxt.com, at this time, when accessing, it is not through the DNS server, but directly mapped to 61.135.169.125.

The above is about the specific method of accessing the specified webpage in the Win7 system. Netizens should learn it! You can let netizens see the webpage they like when they open the webpage!

Copyright © Windows knowledge All Rights Reserved