利用hosts 阻断威胁
好的,再起一行,接着输入“127.0.0.1 www.yyy.com”等映射,就会把所有的不良站点域名统统的都映射成一个IP地址---127.0.0.1了 ,这样的话,以后不管你在本地计算机用IE浏览器访问已经被你列入了黑名单的哪个站点,IE都会叫你在自己家门口转,进不去是肯定的。
# copyright (c) 1993-1999 microsoft corp.
#
# this is a sample hosts file used by microsoft tcp/ip for windows.
#
# this file contains the mappings of ip addresses to host names. each
# entry should be kept on an individual line. the ip address should
# be placed in the first column followed by the corresponding host name.
# the ip address and the host name should be separated by at least one
# space.
#
# additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# for example:
#
#102.54.94.97rhino.acme.com# source server
#38.25.63.10x.acme.com# x client host
127.0.0.1www.yyy.com
笔者把自己知道的不良站点域名一一加入到了hosts文件后,再把它复制至每一个工作站的响应目录中并严格保护。事实证明,效果十分好。
这个法子很适合家庭,学校,或者网吧,希望各位家长,老师,网管能管理好自己的“一亩三分地”,因为现在的不量站点实在是太可恶了 ,所以必须制止住。不过吗,这个也有一点不好的地方,就是我们不可能一次把所有的不良站点都给屏蔽了,因为我们谁都办法知道所有不良站点的域名。但我认为瑕不掩瑜,只要大家时刻更新,勤动手,时刻更新hosts这个文件就行了。因为毕竟这个不需要我们花费银子就可以达到目的的啊。
网友评论