-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrules.json
69 lines (63 loc) · 2.16 KB
/
rules.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"host-rules": [
"MAP docs.rsshub.app www.netlify.com",
"MAP *.netlify.app www.netlify.com",
"MAP mikuclub.cc 206.233.135.213",
"MAP *.mikuclub.cc 206.233.135.213",
"MAP mikuclub.win 206.233.135.213",
"MAP *.mikuclub.win 206.233.135.213",
"MAP discord.com 162.159.137.232",
"MAP *.discord.com 162.159.137.232",
"MAP cdn.discordapp.com 162.159.137.233",
"MAP fastly.com 151.101.1.57",
"MAP *.fastly.com 151.101.1.57",
"MAP fastly.net 151.101.1.57",
"MAP *.fastly.net 151.101.1.57",
"MAP github.com 20.205.243.166",
"MAP *.github.com 20.205.243.166",
"MAP github.githubassets.com 185.199.108.154",
"MAP *.githubusercontent.com 185.199.108.133",
"MAP *.github.io shopify.github.io",
"MAP imgur.com 199.232.192.193",
"MAP *.imgur.com 199.232.192.193",
"MAP pinterest.com 151.101.0.84",
"MAP *.pinterest.com 151.101.0.84",
"MAP pinimg.com 151.101.0.84",
"MAP *.pinimg.com 151.101.0.84",
"MAP pornhub.com 66.254.114.40",
"MAP *.pornhub.com 66.254.114.40",
"MAP thetvdb.com 54.192.23.105",
"MAP *.thetvdb.com 54.192.23.105",
"MAP xvideos.com 185.88.181.6",
"MAP *.xvideos.com 185.88.181.6",
"MAP mega.io 66.203.127.11",
"MAP *mega.io 66.203.127.11",
"MAP mega.nz 31.216.144.5",
"MAP *mega.nz 31.216.144.5",
"MAP cdn.jsdelivr.net 151.101.1.229",
"MAP pixiv.net 210.140.92.183",
"MAP *.pixiv.net 210.140.92.183",
"MAP pximg.net 210.140.139.133",
"MAP *.pximg.net 210.140.139.133",
"MAP web.archive.org 207.241.237.3",
"MAP web-static.archive.org 207.241.237.2",
"MAP polyfill.archive.org 207.241.239.242",
"MAP *.archive.org 207.241.224.2",
"MAP archive.org 207.241.224.2",
"MAP joinpeertube.org 94.130.212.178",
"MAP *.joinpeertube.org 94.130.212.178",
"MAP www.torproject.org 116.202.120.165",
"MAP *.torproject.org 116.202.120.165",
"MAP wikipedia.org 185.15.59.224",
"MAP *.wikipedia.org 185.15.59.224",
"MAP wikimedia.org 185.15.59.224",
"MAP upload.wikimedia.org 208.80.154.240",
"MAP *.wikimedia.org 185.15.59.224",
"MAP pkuanvil.com gcore.com",
"MAP *.pkuanvil.com gcore.com"
],
"host-resolver-rules": [
"MAP gcore.com 92.223.84.79",
"MAP *.gcore.com 92.223.84.79"
]
}