diff options
| author | ruki <[email protected]> | 2022-02-14 09:29:11 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-14 09:29:11 +0800 |
| commit | 496204b4285a78456d54d26e34f0c70dfa5fe7e0 (patch) | |
| tree | 4f7f959b5ebcdd94ec98b5ac565cf0011670695f | |
| parent | 61aaf4f9eb73c1e15af4904cffc77adf9c8ba002 (diff) | |
| parent | 338b2c82a5662c1a369dbd17789c33d174610bfb (diff) | |
Merge pull request #2056 from KevinZonda/patch-1
disable useless mirror site & upd fastgit
| -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 |
