hosts

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 21 行

TXT
21
字号
#
# Waterloo TCP/IP Host file
#
# ip-address     hostname   [alias(es)..]

127.0.0.1        localhost  loopback
0.0.0.0          null

198.41.0.8       internic
193.0.0.194      whois
193.0.0.200      whois.ripe.net

#
# Note: if a host contains non-ASCII (8bit) letters the hosts
#       matching is CASE-SENSITIVE. The hosts list must then
#       be repeated with all casing combinations of the non-
#       ASCII letter(s). The reason is that stricmp() doesn't
#       understand non-ASCII upper/lower case letters.
# E.g. 
#
# 128.0.10.20 唖gard 弒gard 廠GARD # 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?