Skip to content

Commit

Permalink
perf: switch to new ghproxy domain
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodCoder666 committed Sep 16, 2024
1 parent 1c1ea88 commit 5eb6216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ python main.py
- 扩展 IPv4:https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/ip.txt
- 扩展 IPv6:https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/IPv6.txt

同时,若 GitHub Raw 无法连接,程序将尝试使用 [ghproxy](https://mirror.ghproxy.com/) 镜像,请耐心等待。
同时,若 GitHub Raw 无法连接,程序将尝试使用 [ghproxy](https://ghp.ci/) 镜像,请耐心等待。

## 版权说明

Expand Down
6 changes: 3 additions & 3 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ class DefaultConfig:

ONLINE_SERVICES = (
(
'https://mirror.ghproxy.com/https://raw.githubusercontent.com/GoodCoder666/gtdb/main/src/ip.txt',
'https://ghp.ci/https://raw.githubusercontent.com/GoodCoder666/gtdb/main/src/ip.txt',
'https://raw.githubusercontent.com/GoodCoder666/gtdb/main/src/ip.txt'
),
(
'https://mirror.ghproxy.com/https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/ip.txt',
'https://ghp.ci/https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/ip.txt',
'https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/ip.txt'
),
(
'https://mirror.ghproxy.com/https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/IPv6.txt',
'https://ghp.ci/https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/IPv6.txt',
'https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/IPv6.txt'
)
)
Expand Down

0 comments on commit 5eb6216

Please sign in to comment.