diff options
| author | star9029 <[email protected]> | 2025-01-16 17:15:03 +0800 |
|---|---|---|
| committer | star9029 <[email protected]> | 2025-01-16 17:15:03 +0800 |
| commit | 777e105d7f968e6def26df33c069eb93bd6de242 (patch) | |
| tree | 5b8b36f339f891243e862657e8c73ffb6907719f /xmake/scripts/pac/github_mirror.lua | |
| parent | aafb83087411724d10956ead6c68f0f95ddfe1ed (diff) | |
Remove invalid proxy url
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 73c928c16..5a6bc2e1a 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 = {"hub.nuaa.cf"} + local proxyurls = {} fasturl.add(proxyurls) proxyurls = fasturl.sort(proxyurls) if #proxyurls > 0 then |
