Hosts文件是一个没有扩展名的操作系统文件,以表的形式存储了主机名和IP地址的映射关系。Hosts又称host table,译为“主机表”。现代系统中,虽然DNS取代了主机表,但主机表的应用依旧很广。在网络快速的发展过程中,可以自动提供动态的主机名解析。不过在现代操作系统中,Hosts文件仍然是一个可以作为备用手段的名称解析机制。
平台差异
Hosts文件在不同操作系统中的位置如下表所示:
在Windows中,默认的Hosts文件通常是空白的或包含了注释语句并使用了以下的默认规则:
127.0.0.1 localhost
::1 localhost
相关链接
- Resolv.conf
- 恶意软件
- 间谍软件
- TCP/IP协议
参考文献
外部链接
- [http://www.hackernotcracker.com/2007-01/why-should-you-wait-for-internet-propagation.html Why Should You Wait for Internet Propagation?] – Hosts的另一个用途
- [http://cubicspot.blogspot.com/2006/02/eliminating-web-advertisements.html Using a hosts file to remove ads without getting broken images] - 使用Hosts文件来更方便地浏览网站
- [http://vlaurie.com/computers2/Articles/hosts.htm 一个示例文件]
- [https://web.archive.org/web/20170713170700/https://blog.my-eclipse.cn/host-google.html 修改Hosts,让您的谷歌跑起来](https://web.archive.org/web/20160707075904/http://blog.my-eclipse.cn/hosts.txt 2016年更新),包含了几乎所有被封锁网站的Hosts,包括维基百科的所有项目。
自定义Hosts文件
- [http://www.mvps.org/winhelp2002/hosts.htm Most Valuable Professional (MVP) site] 每月更新的自定义Hosts文件
- [http://someonewhocares.org/hosts/ Dan Pollock's hosts file] 几乎每天更新的Hosts文件
- [https://web.archive.org/web/20071011132709/http://hosts-file.net/?s=Download HPHosts] – 用于广告拦截的Hosts文件
- [http://www.grc.com/sn/notes-045.htm The Security Now! podcast page on the hosts file]
- [http://www.everythingisnt.com/hosts.html Mikes Ad-Blocking hosts file] – 可直接下载合并或使用安装程序
- [https://web.archive.org/web/20080211182439/http://members.dialmaine.com/drdole/#hosts SCoooBY’s Hosts File] – 较大的广告服务器列表
- [http://pgl.yoyo.org/adservers/index.php Ad Blocking Lists] – Peter Lowe的列表
- [http://rlwpx.free.fr/WPFF/hosts.htm Airelle Lists] – 超过500,000个网站的Hosts文件黑名单
- [https://github.com/lennylxx/ipv6-hosts lennylxx] – 中国大陆IPv6版的Hosts文件(一般适用于教育网)
- [https://github.com/vokins/yhosts vokins] – 中国大陆屏蔽常见广告的Hosts文件
- [https://github.com/googlehosts/hosts/blob/master/hosts-files/hosts googlehosts] – 中国大陆IPv4版的Hosts文件
管理Hosts的应用程序
- [//code.google.com/p/hostsx/ HostsX] – 记事本风格、支持自动更新Hosts文件的免费软件
- [http://hostsman.abelhadigital.com/ Abelhadigital's HostsMan 3.1.55] – 可自动更新Hosts文件的免费软件
- [https://web.archive.org/web/20080412085655/http://www.bluetack.co.uk/forums/index.php?act=dscript&CODE=showdetails&f_id=5 Kimberly's Hosts Manager] – 管理Hosts文件的免费软件
- [https://web.archive.org/web/20080304164846/http://www.funkytoad.com/content/view/13/31/ Funkytoad's HostsXpert v4.0] – 用于排列并整理Hosts文件的免费软件
- [http://www.accs-net.com/hosts/HostsToggle/ Mike Meyer's HostsToggle 2.1] – 开放源代码的Hosts文件工具
- [https://web.archive.org/web/20080211182612/http://www.khempire.co.uk/ KH Blocker] – 管理广告拦截的Hosts文件管理器
- [http://www.raymarron.com/hostess/ Ray Marron's Hostess] – 免费的Hosts文件管理器
评论 (0)