File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ docker run -d \
4040curl -fsSL https://raw.githubusercontent.com/sky22333/hubproxy/main/install.sh | sudo bash
4141```
4242
43- 也可以直接下载二进制文件执行` ./hubproxy ` 使用,无需配置文件即可启动,内置默认配置,支持所有功能。初始内存占用约18M,二进制文件大小约12M
43+ 也可以直接下载二进制文件执行` ./hubproxy ` 使用,无需配置文件即可启动,内置默认配置,支持所有功能。
4444
45- 这个命令会 :
45+ 这个脚本会 :
4646- 🔍 自动检测系统架构(AMD64/ARM64)
4747- 📥 从 GitHub Releases 下载最新版本
4848- ⚙️ 自动配置系统服务
@@ -79,8 +79,7 @@ docker pull yourdomain.com/ghcr.io/sky22333/hubproxy
7979}
8080```
8181
82- 若已设置其他加速地址,直接并列添加后保存,
83- 再执行 ` sudo systemctl restart docker ` 重启docker服务让配置生效。
82+ 若已设置其他加速地址,直接并列添加后保存,再执行 ` sudo systemctl restart docker ` 重启docker服务让配置生效。
8483
8584### GitHub 文件加速
8685
@@ -100,7 +99,7 @@ git clone https://yourdomain.com/https://github.com/sky22333/hubproxy.git
10099<details >
101100 <summary >config.toml 配置说明</summary >
102101
103- * 此配置是默认配置,已经内置在程序中了,可以不用添加。 *
102+ * 此配置是默认配置,已经内置在程序中了*
104103
105104```
106105[server]
@@ -224,6 +223,7 @@ example.com {
224223}
225224```
226225
226+ > 对于使用nginx反代的用户,Github加速提示` 无效输入 ` 的问题可以参见[ issues/62] ( https://github.com/sky22333/hubproxy/issues/62#issuecomment-3219572440 )
227227
228228
229229## ⚠️ 免责声明
You can’t perform that action at this time.
0 commit comments