2024年11月hosts文件的内容是什么?如何清理hosts文件?
⑴win系统下hosts文件的内容是什么?如何清理hosts文件?
⑵hosts文件的内容:
⑶# Copyright (c) - 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, ments (such as these) may be inserted on individual
⑾# lines or following the machine name denoted by a '#' symbol.
⑿# For example:
⒀# ... rhino.acme. # source server
⒁# ... x.acme. # x client host
⒂# localhost name resolution is handled within DNS itself.
⒃# ... localhost
⒄# :: localhost
⒅如何清理hosts文件?
⒆双击计算机图标。
⒇输入hosts文件的存储地址,直接在文件地址栏输入一下内容就好:C:WINDOWSsystemdriversetchosts。
⒈按Enter键结束,弹出选择文件打开方式的弹窗,选择使用记事本打开。
⒉打开后显示如下图。前面一大段是说明性的文字,可以直接将整个文档清空。
⒊标准的会有以下这些内容,如果多出来的话,应该是被修改了,可以根据自己的需要来对文件进行修改。
⒋例如:现在有很多网站不经过用户同意就将各种各样的插件安装到计算机中,有些说不定就是木马或病毒。对于这些网站可以利用Hosts把该网站的域名映射到错误的IP或自己计算机的IP,这样就不用访问了。在Hosts写上以下内容:
⒌... #屏蔽的网站
⒍... #屏蔽的网站
⒎这样计算机解析域名就解析到本机或错误的IP,达到了屏蔽的目的。
⒏hosts是什么文件?hosts文件位置在哪儿?
⒐Win系统下hosts文件失效无法修改怎么办?
⒑总结:以上就是hosts文件的内容是什么和清理hosts文件的方法了,希望对大家有帮助