Skip to content

Commit 1c81c09

Browse files
authored
fix hub.fastgit.org blocked by GFW (XIU2#162)
fix XIU2#161 https://t.me/fastgitchannel
1 parent 5ab63a9 commit 1c81c09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

GithubEnhanced-High-Speed-Download.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
//['https://ghproxy.fsou.cc/https://github.com', '香港']
4747
],
4848
clone_url = [
49-
['https://hub.fastgit.org', '中国香港'],
49+
['https://hub.fastgit.xyz', '中国香港'],
5050
['https://gitclone.com', '中国浙江'],
5151
['https://git.lvmhsh.cn.cnpmjs.org', '新加坡']
5252
],
5353
clone_ssh_url = [
5454
['git@git.zhlh6.cn', '中国北京'],
55-
['git@hub.fastgit.org', '中国香港']
55+
['git@hub.fastgit.xyz', '中国香港']
5656
],
5757
raw_url = [
5858
['https://raw.githubusercontent.com', 'Github 原生',''],
@@ -344,4 +344,4 @@
344344
window.dispatchEvent(new Event('urlchange'))
345345
});
346346
}
347-
})();
347+
})();

0 commit comments

Comments
 (0)