推荐使用腾讯 DNS;
方法1:Public DNS+(腾讯 DNS)
IPv4:119.29.29.29
和183.60.82.98
IPv6:2402:4e00::
和2402:4e00:1::
自行设置或者见官网页面。
方法2:重定向
-
获取元素IP地址
打开IPAddress.com,在搜索框输入它的域名,搜索元素所在的二级域名,比如
raw.githubusercontent.com
-
将搜索到的结果添加到hosts(
C:\Windows\System32\drivers\etc\hosts
)我这里是:
185.199.108.133 raw.githubusercontent.com
我的重定向表
以下是我的重定向表,请根据自己搜索的结果更新此表。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# GitHub Start
140.82.114.3 github.com
185.199.108.133 raw.github.com
185.199.108.133 user-images.githubusercontent.com
185.199.108.133 raw.githubusercontent.com
185.199.108.133 avatars0.githubusercontent.com
185.199.108.133 avatars1.githubusercontent.com
185.199.108.133 avatars2.githubusercontent.com
185.199.108.133 avatars3.githubusercontent.com
185.199.108.133 avatars4.githubusercontent.com
185.199.108.133 avatars5.githubusercontent.com
185.199.108.133 avatars6.githubusercontent.com
185.199.108.133 avatars7.githubusercontent.com
185.199.108.133 avatars8.githubusercontent.com
# GitHub End
# my github-pages start
185.199.108.153 loee.xyz
# my github-pages end