The web page can also control how to access only the specified web page. How to set

  

No matter what purpose you use, setting the web page to only access the specified page is completely possible. Some time ago, bank customers opened an experience zone, which was to let everyone experience their online banking, but found that many users went through Baidu on the computer and Weibo, but they only wanted users to access their online banking system.

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 a 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

127.0.0.1

……

However, it is impossible to write all the domain names. Someone asks 127.0.0.1 * Can you? 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 via 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 At this point, when accessing, it is not through the DNS server, but directly mapped to 61.135.169.125.

In fact, this setting is very useful for users who have children at home, can control the website of children and can control time and the like. The above methods can be tried, although not a perfect solution, but it is very simple.

Copyright © Windows knowledge All Rights Reserved