如何禁止访问部分网页?
答案:3 悬赏:10 手机版
解决时间 2021-05-06 22:10
- 提问者网友:温柔港
- 2021-05-06 00:42
最好是一个软件,可以设定某些网站(无论它是正规还不是正规的)无法登陆,当然最好是连部分软件都可以禁止使用那更好!
最佳答案
- 五星知识达人网友:人類模型
- 2021-05-06 00:47
直接修改Hosts文件。
比如不想访问 http://www.163.com,那我们在Hosts写上以下内容:
127.0.0.1 http://www.163.com#屏蔽的网站
0.0.0.0 http://www.163.com#屏蔽的网站
这样计算机解析域名就解析到本机或错误的IP,达到了屏蔽的目的。
Hosts位于C:\Windows\System32\Drivers\Etc目录中
http://baike.baidu.com/view/597330.htm?fr=ala0_1
全部回答
- 1楼网友:上分大魔王
- 2021-05-06 01:12
如果想要禁止QQ的话,我劝楼主不用啦! 懂电脑的人你怎么禁止他都会上去的啊! 因为有代理啊,你知道他用什么代理吗?所以这个现在还真禁止不了!
请采纳
- 2楼网友:西岸风
- 2021-05-06 01:02
利用的是系统里面的hosts文件
Step1:进入Windows目录(Win9x)或者Winnt/System32/Drivers/Etc(Win2K),找到这个文件夹里面的hosts文件(没有后缀).
Step2:右键点该文件,选择打开方式,选择记事本,大致内容应该如下:
# 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.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
Step3:添加你要禁止的网站,例如你要禁止3721的网站
则输入(#号代表忽略该行)
#禁止3721.随便写的
127.0.0.1 www.3721.com
然后保存为hosts即可.注意,一定不能有后缀!!!
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯