Commit Graph

77 Commits

Author SHA1 Message Date
wanhebin
f3c0c0946a 修复Broken pipe问题 #144 2023-08-28 18:47:13 +08:00
wanhebin
d36ed1ab58 删除bin目录下clash启动程序的软连接。修复问题 #104 2023-07-04 13:44:06 +08:00
wanhebin
fb45e96a9e
Update README.md 2023-06-28 14:38:07 +08:00
wanhebin
fa6e99cbd8
Update start.sh
增强代理相关变量的适配性。部分Linux发行版会使用大写的变量  #95
2023-06-26 23:32:24 +08:00
wanhebin
fc11d95eef
Update start.sh
对curl命令检测订阅地址可用性进行优化。
2023-06-17 04:17:12 +08:00
wanhebin
fc8e8817f7
Update start.sh
对配置文件转换添加限制,只对x86_64 架构的服务器进行转换。
2023-06-16 00:24:22 +08:00
wanhebin
71e8d7b502
Update start.sh
对配置文件转换添加限制,只对x86_64 架构的服务器进行转换。
2023-06-16 00:13:58 +08:00
wanhebin
03667c2e55
Merge pull request #84 from crafter-z/patch-1
Update start.sh
2023-06-13 11:30:15 +08:00
crafter-z
3a31996ba2
Update start.sh
有些系统会将x86_64写作amd64。这个commit修复了在标记架构为amd64的机器上无法运行的问题
2023-06-12 15:20:54 +08:00
wanhebin
c85777421d
Merge pull request #83 from wanhebin/dev
1.优化CPU架构信息获取逻辑。2.优化订阅地址下载优化。3. start.sh 增加对.env中变量的检测。4.脚本结构优化。
2023-06-11 23:52:55 +08:00
wanhebin
fb5a21709c 1.优化CPU架构信息获取逻辑。使用单独的脚本进行处理,并且对多种Linux发行版做了适配。2.优化订阅地址下载逻辑,添加了curl/wget多种下载方式,并且提供了重试机制。3.优化对 文件配置的变量值的检测。4.脚本结构优化。 2023-06-09 18:32:52 +08:00
wanhebin
e44d96aaaa
Update start.sh
对 curl 下载订阅地址进行优化。
2023-06-09 13:29:28 +08:00
wanhebin
3668e6cfec 更新armv7架构clash程序版本: v1.3.5 --> v1.15.1 2023-05-07 01:18:38 +08:00
wanhebin
4429c0edf3
Update README.md 2023-04-29 19:00:36 +08:00
wanhebin
c3e0a34fe7
Update README.md 2023-04-27 16:25:57 +08:00
wanhebin
0c1ec253d1 更新使用说明 2023-04-27 16:22:16 +08:00
wanhebin
0ea1821187
Update README.md 2023-04-26 17:18:44 +08:00
wanhebin
65ac332aa2 增加Clash配置文件转换功能:解决由Base64编码、非标准clash配置导致无法获取代理节点的问题。 2023-04-26 16:52:34 +08:00
wanhebin
527f77fc3a
Update README.md 2023-04-17 21:06:37 +08:00
wanhebin
cf88a9570e 新增 clash secret 自定义功能 2023-04-17 17:00:40 +08:00
wanhebin
47994382ae
Update start.sh
给启动程序添加可执行权限。
2023-04-14 11:31:44 +08:00
wanhebin
9c0b0b17e6
Update start.sh 2023-04-09 15:50:25 +08:00
wanhebin
7bc5008096
Update README.md 2023-04-08 22:18:41 +08:00
wanhebin
177d3eb135 Grant execute permission to bin/clash-linux-arm64-v1.14.0. 2023-04-07 16:32:56 +08:00
wanhebin
bab1338a97
Update README.md 2023-04-07 15:37:55 +08:00
wanhebin
2188603d4b Security fix: API secret value changed to randomly generated 64-bit string at each startup. 2023-04-06 22:49:19 +08:00
wanhebin
0b14f39ce3 Security fix: API secret value changed to randomly generated 64-bit string at each startup. 2023-04-06 22:45:32 +08:00
wanhebin
9c06fa8d8c
Update README.md 2023-04-06 12:20:21 +08:00
wanhebin
029dbeb2c8
Update README.md 2023-04-06 10:33:11 +08:00
wanhebin
b83c14fb6e
Update README.md 2023-04-06 10:32:22 +08:00
wanhebin
4cc0729de0
Update README.md 2023-04-05 21:53:35 +08:00
wanhebin
757548135d
Update README.md 2023-04-05 21:43:28 +08:00
wanhebin
61a7957d5f
Update README.md 2023-04-05 21:42:53 +08:00
wanhebin
c3b000c3c3
Update restart.sh
Adjust the script format
2023-03-28 14:10:24 +08:00
wanhebin
8c05348f2c
Merge pull request #38 from vacabun/aarch64_fix
Fix aarch64 and armv7 bin choice.
2023-03-28 14:05:38 +08:00
vacabun
0fb765e714 fix arm64 and aarch64 name adaptation. 2023-03-28 12:57:32 +08:00
vacabun
32715d02c1 fix aarch64 and armv7 bin choice 2023-03-28 00:21:24 +08:00
vacabun
d684dbffcc fix aarch64 and armv7 bin choice 2023-03-28 00:13:01 +08:00
vacabun
e0981d69de upload arm64 bin 2023-03-28 00:05:18 +08:00
wanhebin
2e6f477b41
Update start.sh
wget下载clash配置文件时,跳过SSL证书检测。
2023-03-27 15:09:14 +08:00
wanhebin
8043c3b992 更新README.md 2023-03-23 23:47:46 +08:00
wanhebin
a9db9f9a95 更新README.md 2023-03-23 23:44:30 +08:00
wanhebin
22e53913b5 更新README.md 2023-03-23 23:38:46 +08:00
wanhebin
9818425c25 更新配置文件下载方式 2023-03-08 15:22:45 +08:00
wanhebin
dafb5d8d90 更新配置文件下载方式 2023-03-08 15:11:34 +08:00
wanhebin
f0ee018e7b 更新使用说明 2023-03-03 13:18:46 +08:00
wanhebin
25358948a1 更新使用说明 2023-03-03 13:17:18 +08:00
wanhebin
87fccf73c0 更新变量加载方式:start.sh启动脚本将从.env文件中加载clash url变量。 2023-03-03 12:59:32 +08:00
wanhebin
c7a18f9aa7 更新使用说明 2023-02-22 22:19:36 +08:00
wanhebin
90b6e095c5 更新常见问题。 2023-02-22 21:29:51 +08:00