魔法
2024/11/15小于 1 分钟
魔法
GIthub手动刷新
查询ip地址
https://www.ipaddress.com/website/github.com/
https://www.ipaddress.com/website/github.global.ssl.fastly.net/
配置host文件
C:\Windows\System32\drivers\etc\hosts
示例 140.82.112.3 github.com 151.101.1.194 github.global.ssl.fastly.net 151.101.65.194 github.global.ssl.fastly.net 151.101.129.194 github.global.ssl.fastly.net 151.101.193.194 github.global.ssl.fastly.net 185.199.108.153 assets-cdn.github.com 185.199.109.153 assets-cdn.github.com 185.199.110.153 assets-cdn.github.com 185.199.111.153 assets-cdn.github.com
刷新cdn
ipconfig /flushdns
批处理文件刷新
@echo off
curl -o new_hosts https://gitlab.com/ineo6/hosts/-/raw/master/next-hosts
type new_hosts >> C:\Windows\System32\drivers\etc\hosts
ipconfig /flushdns