Skip to content

Commit 9891984

Browse files
committed
feat:精简代理列表[skip ci]
1 parent d7858b3 commit 9891984

2 files changed

Lines changed: 2 additions & 44 deletions

File tree

install.sh

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -104,40 +104,20 @@ function check_url_connectivity() {
104104

105105
# 定义代理 URL 列表
106106
github_download_proxies=(
107-
"${PROXY_URL:=https://mirror.ghproxy.com}"
108-
"https://gh.h233.eu.org"
107+
"${PROXY_URL:=https://ghfast.top}"
109108
"https://gh.ddlc.top"
110109
"https://slink.ltd"
111110
"https://cors.isteed.cc"
112111
"https://hub.gitmirror.com"
113112
"https://sciproxy.com"
114-
"https://ghproxy.cc"
115-
"https://cf.ghproxy.cc"
116-
"https://www.ghproxy.cc"
117-
"https://ghproxy.cn"
118-
"https://www.ghproxy.cn"
119-
"https://gh.jiasu.in"
120-
"https://dgithub.xyz"
121-
"https://download.ixnic.net"
122-
"https://download.nuaa.cf"
123-
"https://download.scholar.rr.nu"
124-
"https://download.yzuu.cf"
125113
"https://ghproxy.net"
126-
"https://kkgithub.com"
127114
"https://gitclone.com"
128115
"https://hub.incept.pw"
129116
"https://github.moeyy.xyz"
130-
"https://gh.xiu2.us.kg"
131117
"https://dl.ghpig.top"
132118
"https://gh-proxy.com"
133-
"https://github.site"
134-
"https://github.store"
135-
"https://github.tmby.shop"
136119
"https://hub.whtrys.space"
137120
"https://gh-proxy.ygxz.in"
138-
"https://gitdl.cn"
139-
"https://ghp.ci"
140-
"https://githubfast.com"
141121
"https://ghproxy.net"
142122
)
143123

install_windows.py

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,42 +30,20 @@ def __init__(self, timeout=5):
3030
# 存储反代服务器的URL
3131
def get_github_proxy_urls():
3232
return [
33-
"https://gh.h233.eu.org",
33+
"https://ghfast.top"
3434
"https://gh.ddlc.top",
3535
"https://slink.ltd",
3636
"https://cors.isteed.cc",
3737
"https://hub.gitmirror.com",
3838
"https://sciproxy.com",
39-
"https://ghproxy.cc",
40-
"https://cf.ghproxy.cc",
41-
"https://www.ghproxy.cc",
42-
"https://ghproxy.cn",
43-
"https://www.ghproxy.cn",
44-
"https://gh.jiasu.in",
45-
"https://dgithub.xyz",
46-
"https://download.ixnic.net",
47-
"https://download.nuaa.cf",
48-
"https://download.scholar.rr.nu",
49-
"https://download.yzuu.cf",
50-
"https://mirror.ghproxy.com",
5139
"https://ghproxy.net",
52-
"https://kkgithub.com",
5340
"https://gitclone.com",
5441
"https://hub.incept.pw",
5542
"https://github.moeyy.xyz",
56-
"https://gh.xiu2.us.kg",
5743
"https://dl.ghpig.top",
5844
"https://gh-proxy.com",
59-
"https://cors.isteed.cc",
60-
"https://sciproxy.com",
61-
"https://github.site",
62-
"https://github.store",
63-
"https://github.tmby.shop",
6445
"https://hub.whtrys.space",
6546
"https://gh-proxy.ygxz.in",
66-
"https://gitdl.cn",
67-
"https://ghp.ci",
68-
"https://githubfast.com",
6947
"https://ghproxy.net"
7048
]
7149

0 commit comments

Comments
 (0)