diff options
| author | KevinZønda <[email protected]> | 2022-02-13 16:21:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-13 16:21:54 +0000 |
| commit | 338b2c82a5662c1a369dbd17789c33d174610bfb (patch) | |
| tree | 4f7f959b5ebcdd94ec98b5ac565cf0011670695f /xmake/scripts/pac/github_mirror.lua | |
| parent | 61aaf4f9eb73c1e15af4904cffc77adf9c8ba002 (diff) | |
disable useless mirror site & upd fastgit
Diffstat (limited to 'xmake/scripts/pac/github_mirror.lua')
| -rw-r--r-- | xmake/scripts/pac/github_mirror.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/pac/github_mirror.lua b/xmake/scripts/pac/github_mirror.lua index 026a9a50c..3b4b3b4e8 100644 --- a/xmake/scripts/pac/github_mirror.lua +++ b/xmake/scripts/pac/github_mirror.lua @@ -2,7 +2,7 @@ import("net.fasturl") function mirror(url) local configs = {} - local proxyurls = {"github.com.cnpmjs.org", "hub.fastgit.org"} + local proxyurls = {"hub.fastgit.xyz"} fasturl.add(proxyurls) proxyurls = fasturl.sort(proxyurls) if #proxyurls > 0 then |
