forked from wskplho/Acrylic-DNS-Proxy-GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AcrylicHosts.txt
32 lines (32 loc) · 1.18 KB
/
AcrylicHosts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 更新日期:2016-08-12 内核版本:0.9.33+0.9.34通用 #
#
#本机 -------------------------------------------------------------------------------------------------------------
127.0.0.1 localhost localhost.localdomain
::1 localhost localhost.localdomain
#自定 -------------------------------------------------------------------------------------------------------------
64.233.162.83 >google.com >gstatic.com >googleusercontent.com >googleadservices.com
207.241.224.52 >archive.org
#
#########################################################################
# 格式为:IP 域名1 域名2 域名3 ... (从上至下顺序解析)
#
# 支持通配符“*”(匹配多个字符)和“?”(匹配一个字符),格式:
# 127.0.0.1 ad.* ads.*
#
# 支持正则表达式,格式:
# 127.0.0.1 /^ads?\..*$
#
# 支持“>”可以匹配包含字符的所有一级和二级域名,格式:
# 127.0.0.1 >google.com
#
# 或者使用“*”来匹配二级域名,格式:
# 127.0.0.1 google.com *.google.com
#
# 使用通配符时也可以用“-”来排除域名,格式:
# 127.0.0.1 ads.* -ads.test1 -ads.test2
#
# 支持使用“@”加载其他HOSTS文件,格式:
# @ AcrylicHostsGroup1.txt
#########################################################################
@ Hosts1.txt
@ Hosts2.txt