fix hub.fastgit.org blocked by GFW (#162)

fix https://github.com/XIU2/UserScript/issues/161

https://t.me/fastgitchannel
This commit is contained in:
richex-cn
2022-01-21 11:57:39 +08:00
committed by GitHub
parent 5ab63a9cb3
commit 1c81c0998f
+3 -3
View File
@@ -46,13 +46,13 @@
//['https://ghproxy.fsou.cc/https://github.com', '香港']
],
clone_url = [
['https://hub.fastgit.org', '中国香港'],
['https://hub.fastgit.xyz', '中国香港'],
['https://gitclone.com', '中国浙江'],
['https://github.com.cnpmjs.org', '新加坡']
],
clone_ssh_url = [
['git@git.zhlh6.cn', '中国北京'],
['git@hub.fastgit.org', '中国香港']
['git@hub.fastgit.xyz', '中国香港']
],
raw_url = [
['https://raw.githubusercontent.com', 'Github 原生',''],
@@ -344,4 +344,4 @@
window.dispatchEvent(new Event('urlchange'))
});
}
})();
})();