Skip to content

Commit 5fbc3a9

Browse files
committed
Suport KernelSU
1 parent 4e37a5a commit 5fbc3a9

19 files changed

+49
-100
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
uses: softprops/action-gh-release@v1
2020
with:
2121
tag_name: ${{ github.ref_name }}
22-
files: Clash_for_Magisk-v*.zip
22+
files: Clash_for_KernelSU-v*.zip
2323
generate_release_notes: true

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Clash_for_KernelSU-v3.0.zip
2+
.DS_Store

META-INF/com/google/android/update-binary

-33
This file was deleted.

META-INF/com/google/android/updater-script

-1
This file was deleted.

README.md

+20-25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Clash for Magisk
1+
# Clash for KernelSU
22
<h1 align="center">
3-
<img src="https://github.com/taamarin/ClashforMagisk/blob/master/docs/logo.png" alt="Clash" width="200">
3+
<img src="https://github.com/Dreamail/ClashforKernelSU/blob/master/docs/logo.png" alt="Clash" width="200">
44
<br>Clash<br>
55
</h1>
66
<h4 align="center">Proxy Transparan for android.</h4>
@@ -9,27 +9,24 @@
99
<div align="center">
1010

1111
[![ANDROID](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)]()
12-
[![RELEASES](https://img.shields.io/github/downloads/taamarin/ClashforMagisk/total.svg?style=for-the-badge)](https://github.com/taamarin/ClashforMagisk/releases)
13-
[![TELEGRAM CHANNEL](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/nothing_taamarin)
14-
[![TELEGRAM](https://img.shields.io/badge/Telegram%20-Grups%20-blue?style=for-the-badge)](https://t.me/taamarin)
15-
[![MAGISK](https://img.shields.io/badge/Magisk%20-v20.4+-brightgreen?style=for-the-badge)](https://github.com/topjohnwu/Magisk)
12+
[![RELEASES](https://img.shields.io/github/downloads/Dreamail/ClashforKernelSU/total.svg?style=for-the-badge)](https://github.com/Dreamail/ClashforKernelSU/releases)
1613
[![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=for-the-badge)](https://android-arsenal.com/api?level=19)
17-
<a href="https://github.com/taamarin/ClashforMagisk/releases">
18-
<img src="https://img.shields.io/github/release/taamarin/ClashforMagisk/all.svg?style=for-the-badge">
14+
<a href="https://github.com/Dreamail/ClashforKernelSU/releases">
15+
<img src="https://img.shields.io/github/release/Dreamail/ClashforKernelSU/all.svg?style=for-the-badge">
1916
</a>
2017

2118
</div>
2219

23-
A fork of [ClashForMagisk](https://github.com/kalasutra/Clash_For_Magisk)
20+
A fork of [ClashForMagisk](https://github.com/taamarin/ClashforMagisk)
2421

25-
This is a Clash module for Magisk, and includes binaries for arm, arm64, x86, x64.
22+
This is a Clash module for KernelSU, and includes binaries for arm, arm64.
2623

27-
## Manager Apps CFM
24+
## Manager Apps
2825
- [ClashForMagisk_Manager](https://t.me/taamarin/26137) EN
2926
- [ClashForMagisk_Manager](https://t.me/MagiskChangeKing/159) CN
3027

3128
## Install
32-
You can download the release [installer zip](https://github.com/taamarin/ClashforMagisk/releases) file and install it via the Magisk Manager App.
29+
You can download the release [installer zip](https://github.com/Dreamail/ClashforKernelSU/releases) file and install it via the KernelSU manager App.
3330

3431
#### Config
3532
- Clash config files `/data/clash/*`
@@ -43,26 +40,26 @@ You can download the release [installer zip](https://github.com/taamarin/Clashfo
4340
### Normal usage ( Default and Recommended )
4441
##### Manage service start / stop
4542
- Clash service is auto-run after system boot up by default.
46-
- You can use Magisk Manager App to manage it. Be patient to wait it take effect (about 3 second).
43+
- You can use KernelSU manager App to manage it. Be patient to wait it take effect (about 3 second).
4744

4845
### Advanced usage
4946
> MODDIR= "/data/clash"
5047
5148
##### Change proxy mode
5249
- Clash uses `TPROXY` transparent proxy `TCP + UDP` by default, if it detects that the device does not support `TPROXY`, it will automatically use `REDIRECT` to proxy only `TCP`
5350

54-
- Open `${MODDIR}/scripts/clash.config` file line [14-15](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L14-#L15), modify the value of `network_mode` to `TCP` or `MIXED `to use `REDIRECT` to proxy `TCP`, and `UDP` will not be proxied when `TUN` is not enabled in the Clash kernel
51+
- Open `${MODDIR}/scripts/clash.config` file line [14-15](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L14-#L15), modify the value of `network_mode` to `TCP` or `MIXED `to use `REDIRECT` to proxy `TCP`, and `UDP` will not be proxied when `TUN` is not enabled in the Clash kernel
5552

5653
##### Bypass transparent proxy when connected to Wi-Fi or open a hotspot
57-
Clash default transparent proxy local and hotspot, line [17-21](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L17-#L21)
54+
Clash default transparent proxy local and hotspot, line [17-21](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L17-#L21)
5855

5956
- Open the `${MODDIR}/scripts/clash.config` file, modify the `ignore_out_list` array and add the `wlan+` element, the transparent proxy will `bypass` the `WLAN`, and the hotspot will not be affected
6057

6158
- Open the `${MODDIR}/scripts/clash.config` file, modify the ap_list array and delete the `wlan+` element to opaque proxy `WLAN` and hotspot (the `MediaTek` model may be `ap+` instead of `wlan+`)
6259

6360
##### Select which packages to proxy
6461
- If you expect all Apps proxy by Clash with transparent proxy EXCEPT specific Apps, write down bypass at the first line then these Apps' packages separated as above in file `/data/clash/packages.list`
65-
- clash.config line [11-12](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L11-#L12)
62+
- clash.config line [11-12](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L11-#L12)
6663
- `blacklist` & `whitelits`, not working on `fake-ip`
6764

6865
- dns:
@@ -87,7 +84,7 @@ Clash default transparent proxy local and hotspot, line [17-21](https://github.c
8784
8885
##### subscription
8986
you can use SubScription
90-
- open `/data/clash/clash.config` line [29-34](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L29-#L34)
87+
- open `/data/clash/clash.config` line [29-34](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L29-#L34)
9188
- update_interval="interval contab"
9289
- Subcript_url="your_link"
9390
- auto_updateSubcript="true"
@@ -98,7 +95,7 @@ ${MODDIR}/scripts/clash.tool -s
9895
```
9996

10097
##### Config Online
101-
- **clash.config** line [36-37](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L36-#L37), If true,
98+
- **clash.config** line [36-37](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L36-#L37), If true,
10299
- use it to download the subscription configuration, when starting Clash , So no need to type `${MODDIR}/scripts/clash.tool -s` anymore
103100

104101
##### Change Clash kernel
@@ -108,28 +105,26 @@ You can use Clash.Premium and Clash.Meta
108105
- Clash Premium
109106
- `/data/clash/kernel/lib/Clash.Premium`
110107

111-
you can download the Kernel automatically, for the settings in the **clash.config** line [79-103](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L79-#L103)
108+
you can download the Kernel automatically, for the settings in the **clash.config** line [79-103](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L79-#L103)
112109
```shell
113110
${MODDIR}/scripts/clash.tool -k
114111
```
115112

116113
##### GeoSite, GeoIP, and Mmdb
117-
- settings are in clash.config line [105-116](https://github.com/taamarin/ClashforMagisk/blob/master/scripts/clash.config#L105-#L116)
114+
- settings are in clash.config line [105-116](https://github.com/Dreamail/ClashforKernelSU/blob/master/scripts/clash.config#L105-#L116)
118115
- if true, will be updated every day at 00.00
119116
- you can change the URL
120117

121118
## Uninstall
122-
- Uninstall the module via Magisk Manager App.
119+
- Uninstall the module via KernelSU manager App.
123120
- You can clean Clash data dir by running command
124121
```shell
125-
rm -rf /data/clash && rm -rf /data/adb/service.d/clash_service.sh
122+
rm -rf /data/clash
126123
```
127124

128-
## Tutorial Clash For Magisk
129-
> Tutorial [Tap Here](https://telegra.ph/%F0%9D%93%92%F0%9D%93%B5%F0%9D%93%AA%F0%9D%93%BC%F0%9D%93%B1%F0%9D%93%95%F0%9D%93%B8%F0%9D%93%BB%F0%9D%93%9C%F0%9D%93%AA%F0%9D%93%B0%F0%9D%93%B2%F0%9D%93%BC%F0%9D%93%B4-11-28)
130-
131125
## Credits
132126
This is a repo fork
127+
- [taamarin/ClashforMagisk](https://github.com/taamarin/ClashforMagisk)
133128
- [kalasutra/Clash_for_magisk](https://github.com/kalasutra/Clash_For_Magisk)
134129
- [CHIZI-0618/box4magisk](https://github.com/CHIZI-0618/box4magisk)
135130
- [Asterisk4Magisk/Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk)

binary/arm.tar.bz2

899 KB
Binary file not shown.

binary/arm64.tar.bz2

1.03 MB
Binary file not shown.

binary/x64.tar.bz2

-1.73 MB
Binary file not shown.

binary/x86.tar.bz2

-1.48 MB
Binary file not shown.

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
zip -r -o -X -ll Clash_for_Magisk-$(cat module.prop | grep 'version=' | awk -F '=' '{print $2}').zip ./ -x '.git/*' -x 'build.sh' -x 'docs/*' -x 'CHANGELOG.md' -x 'README.md' -x 'update.json' -x '.github/*'
3+
zip -r -o -X -ll Clash_for_KernelSU-$(cat module.prop | grep 'version=' | awk -F '=' '{print $2}').zip ./ -x '.git/*' -x 'build.sh' -x 'docs/*' -x 'CHANGELOG.md' -x 'README.md' -x 'update.json' -x '.github/*'

customize.sh

+8-19
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,27 @@ architecture=""
66
uid="0"
77
gid="3005"
88
clash_data_dir="/data/clash"
9-
modules_dir="/data/adb/modules"
9+
modules_dir="/data/adb/ksu/modules"
1010
bin_path="/system/bin/"
1111
dns_path="/system/etc"
12-
clash_adb_dir="/data/adb"
13-
clash_service_dir="/data/adb/service.d"
14-
busybox_data_dir="/data/adb/magisk/busybox"
1512
ca_path="${dns_path}/security/cacerts"
1613
clash_data_dir_kernel="${clash_data_dir}/kernel"
14+
clash_data_dir_tools="${clash_data_dir}/tools"
1715
clash_data_sc="${clash_data_dir}/scripts"
1816
mod_config="${clash_data_sc}/clash.config"
1917
yacd_dir="${clash_data_dir}/dashboard"
2018
latest=$(date +%Y%m%d%H%M)
2119

2220
if $BOOTMODE; then
23-
ui_print "- Installing from Magisk app"
21+
ui_print "- Installing from KernelSU manager"
2422
else
2523
ui_print "*********************************************************"
2624
ui_print "! Install from recovery is NOT supported"
2725
ui_print "! Some recovery has broken implementations, install with such recovery will finally cause CFM modules not working"
28-
ui_print "! Please install from Magisk app"
26+
ui_print "! Please install from KernelSU manager"
2927
abort "*********************************************************"
3028
fi
3129

32-
# check Magisk
33-
ui_print "- Magisk version: $MAGISK_VER ($MAGISK_VER_CODE)"
34-
3530
# check android
3631
if [ "$API" -lt 19 ]; then
3732
ui_print "! Unsupported sdk: $API"
@@ -47,7 +42,7 @@ else
4742
ui_print "- Device platform: $ARCH"
4843
fi
4944

50-
ui_print "- Installing Clash for Magisk"
45+
ui_print "- Installing Clash for KernelSU"
5146

5247
if [ -d "${clash_data_dir}" ] ; then
5348
ui_print "- Backup Clash"
@@ -63,6 +58,7 @@ fi
6358
ui_print "- Create folder Clash."
6459
mkdir -p ${clash_data_dir}
6560
mkdir -p ${clash_data_dir_kernel}
61+
mkdir -p ${clash_data_dir_tools}
6662
mkdir -p ${MODPATH}${ca_path}
6763
mkdir -p ${clash_data_dir}/dashboard
6864
mkdir -p ${MODPATH}/system/bin
@@ -99,11 +95,6 @@ ui_print "- Move Cert&Geo"
9995
mv ${clash_data_dir}/scripts/cacert.pem ${MODPATH}${ca_path}
10096
mv ${MODPATH}/geo/* ${clash_data_dir}/
10197

102-
if [ ! -d /data/adb/service.d ] ; then
103-
ui_print "- Make folder service"
104-
mkdir -p /data/adb/service.d
105-
fi
106-
10798
ui_print "- Create resolv.conf"
10899
if [ ! -f "${dns_path}/resolv.conf" ] ; then
109100
touch ${MODPATH}${dns_path}/resolv.conf
@@ -120,7 +111,6 @@ fi
120111

121112
unzip -j -o "${ZIPFILE}" 'service.sh' -d ${MODPATH} >&2
122113
unzip -j -o "${ZIPFILE}" 'uninstall.sh' -d ${MODPATH} >&2
123-
unzip -j -o "${ZIPFILE}" 'clash_service.sh' -d ${clash_service_dir} >&2
124114

125115
ui_print "- Extract binary-$ARCH "
126116
tar -xjf ${MODPATH}/binary/${ARCH}.tar.bz2 -C ${clash_data_dir_kernel}/&& echo "- extar kernel Succes" || echo "- extar kernel gagal"
@@ -129,6 +119,7 @@ mv ${clash_data_dir_kernel}/getpcaps ${MODPATH}${bin_path}/
129119
mv ${clash_data_dir_kernel}/getcap ${MODPATH}${bin_path}/
130120
mv ${clash_data_dir}/scripts/clash.config ${clash_data_dir}/
131121
mv ${clash_data_dir}/scripts/dnstt/dnstt-client ${clash_data_dir_kernel}/
122+
mv ${clash_data_dir_kernel}/busybox ${clash_data_dir_tools}/
132123

133124
if [ ! -f "${bin_path}/ss" ] ; then
134125
mv ${clash_data_dir_kernel}/ss ${MODPATH}${bin_path}/
@@ -140,7 +131,6 @@ rm -rf ${MODPATH}/dashboard.zip
140131
rm -rf ${MODPATH}/scripts
141132
rm -rf ${MODPATH}/geo
142133
rm -rf ${MODPATH}/binary
143-
rm -rf ${MODPATH}/clash_service.sh
144134
rm -rf ${clash_data_dir}/scripts/config.yaml
145135
rm -rf ${clash_data_dir}/scripts/dnstt
146136
rm -rf ${clash_data_dir_kernel}/curl
@@ -149,7 +139,6 @@ sleep 1
149139

150140
ui_print "- Set Permissons"
151141
set_perm_recursive ${MODPATH} 0 0 0755 0644
152-
set_perm_recursive ${clash_service_dir} 0 0 0755 0755
153142
set_perm_recursive ${clash_data_dir} ${uid} ${gid} 0755 0644
154143
set_perm_recursive ${clash_data_dir}/scripts ${uid} ${gid} 0755 0755
155144
set_perm_recursive ${clash_data_dir}/kernel ${uid} ${gid} 0755 0755
@@ -172,6 +161,6 @@ set_perm ${clash_data_dir}/scripts/start.sh 0 0 0755
172161
set_perm ${clash_data_dir}/scripts/usage.sh 0 0 0755
173162
set_perm ${clash_data_dir}/clash.config ${uid} ${gid} 0755
174163
set_perm ${clash_data_dir}/kernel/dnstt-client 0 0 0755
175-
set_perm ${clash_service_dir}/clash_service.sh 0 0 0755
164+
set_perm ${clash_data_dir}/tools/busybox 0 0 0755
176165
sleep 1
177166
ui_print "- Installation is complete, reboot your device"

module.prop

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
id=ClashForMagisk
2-
name=Clash for Magisk
1+
id=ClashForKernelSU
2+
name=Clash for KernelSU
33
version=v3.0
44
versionCode=20230113
5-
author=t🌸amarin
5+
author=t🌸amarin,Dreamail
66
description= Use iptables to support Clash's transparent proxy. Hey, damn half-crippled Android!!!
7-
updateJson=https://github.com/taamarin/ClashforMagisk/raw/master/update.json
7+
#updateJson=https://github.com/taamarin/ClashforMagisk/raw/master/update.json

scripts/clash.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# busybox path
44
now=$(date +"%I.%M %p")
5-
busybox_path="/data/adb/magisk/busybox"
5+
busybox_path="/data/clash/tools/busybox"
66
ipv6=$(grep "ipv6" /data/clash/template | ${busybox_path} awk -F ': ' '{print $2}' | head -1)
77

88
run_usage="false"

scripts/clash.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ start_clash() {
152152
replace_kernel
153153
echo $(date) > ${CFM_logs_file}
154154
echo "$(${Clash_bin_path} -v)" >> ${CFM_logs_file}
155-
echo "Clash for Magisk v3.0" > /dev/null
155+
echo "Clash for KernelSU v3.0" > /dev/null
156156
echo "CPU: % | RES: kb" >> ${CFM_logs_file}
157157
echo "━━━━━━━━━━━━━━━━━━━━━━━━━" >> ${CFM_logs_file}
158158
if [ "${ipv6}" = "false" ] ; then

scripts/clash.tool

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ update_file() {
3535
if [ -f ${file} ] ; then
3636
mv -f ${file} ${file_bak}
3737
fi
38-
echo "/data/adb/magisk/busybox wget --no-check-certificate ${update_url} -o ${file}"
39-
/data/adb/magisk/busybox wget --no-check-certificate ${update_url} -O ${file} 2>&1
38+
echo "${busybox_path} wget --no-check-certificate ${update_url} -o ${file}"
39+
${busybox_path} wget --no-check-certificate ${update_url} -O ${file} 2>&1
4040
sleep 0.5
4141
if [ -f "${file}" ] ; then
4242
echo ""
@@ -110,15 +110,15 @@ port_detection() {
110110
update_kernel() {
111111
if [ "${use_premium}" == "false" ] ; then
112112
if [ "${meta_alpha}" == "false" ] ; then
113-
tag_meta=$(/data/adb/magisk/busybox wget --no-check-certificate -qO- ${url_meta} | grep -oE "v[0-9]+\.[0-9]+\.[0-9]+" | head -1)
113+
tag_meta=$(${busybox_path} wget --no-check-certificate -qO- ${url_meta} | grep -oE "v[0-9]+\.[0-9]+\.[0-9]+" | head -1)
114114
filename="${file_kernel}-${platform}-${arch}-${tag_meta}"
115115
update_file "${Clash_data_dir}/${file_kernel}.gz" "${url_meta}/download/${tag_meta}/${filename}.gz"
116116
if [ "$?" = "0" ]
117117
then
118118
flag=false
119119
fi
120120
else
121-
tag_meta=$(/data/adb/magisk/busybox wget --no-check-certificate -qO- ${url_meta}/expanded_assets/${tag} | grep -oE "${tag_name}" | head -1)
121+
tag_meta=$(${busybox_path} wget --no-check-certificate -qO- ${url_meta}/expanded_assets/${tag} | grep -oE "${tag_name}" | head -1)
122122
filename="${file_kernel}-${platform}-${arch}-${tag_meta}"
123123
update_file "${Clash_data_dir}/${file_kernel}.gz" "${url_meta}/download/${tag}/${filename}.gz"
124124
if [ "$?" = "0" ]
@@ -127,7 +127,7 @@ update_kernel() {
127127
fi
128128
fi
129129
else
130-
filename=$(/data/adb/magisk/busybox wget --no-check-certificate -qO- "${url_premium}/expanded_assets/premium" | grep -oE "clash-${platform}-${arch}-[0-9]+.[0-9]+.[0-9]+" | head -1)
130+
filename=$(${busybox_path} wget --no-check-certificate -qO- "${url_premium}/expanded_assets/premium" | grep -oE "clash-${platform}-${arch}-[0-9]+.[0-9]+.[0-9]+" | head -1)
131131
update_file "${Clash_data_dir}/${file_kernel}.gz" "${url_premium}/download/premium/${filename}.gz"
132132
if [ "$?" = "0" ] ; then
133133
flag=false
@@ -198,7 +198,7 @@ update_dashboard () {
198198
file_dasboard="${Clash_data_dir}/dashboard.zip"
199199
rm -rf ${Clash_data_dir}/dashboard/dist
200200

201-
/data/adb/magisk/busybox wget --no-check-certificate ${url_dashboard} -o ${file_dasboard} 2>&1
201+
${busybox_path} wget --no-check-certificate ${url_dashboard} -o ${file_dasboard} 2>&1
202202
unzip -o "${file_dasboard}" "yacd-gh-pages/*" -d ${Clash_data_dir}/dashboard >&2
203203
mv -f ${Clash_data_dir}/dashboard/yacd-gh-pages ${Clash_data_dir}/dashboard/dist
204204
rm -rf ${file_dasboard}

scripts/start.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#!/system/bin/sh
22

3-
moddir="/data/adb/modules/ClashForMagisk"
4-
if [ -n "$(magisk -v | grep lite)" ]
5-
then
6-
moddir=/data/adb/lite_modules/ClashForMagisk
7-
fi
3+
moddir="/data/adb/ksu/modules/ClashForKernelSU"
84

95
scripts_dir="/data/clash/scripts"
10-
busybox_path="/data/adb/magisk/busybox"
6+
busybox_path="/data/clash/tools/busybox"
117
Clash_run_path="/data/clash/run"
128
Clash_pid_file="${Clash_run_path}/clash.pid"
139

scripts/usage.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/system/bin/sh
22

3+
busybox_path="/data/clash/tools/busybox"
4+
35
getmemory(){
46
local clash_pid=$(cat /data/clash/run/clash.pid)
5-
clash_alive=$(grep VmRSS /proc/${clash_pid}/status | /data/adb/magisk/busybox awk -F':' '{print $2}' | /data/adb/magisk/busybox awk '{print $1}')
7+
clash_alive=$(grep VmRSS /proc/${clash_pid}/status | ${busybox_path} awk -F':' '{print $2}' | ${busybox_path} awk '{print $1}')
68
if [ ${clash_alive} -ge 1024 ] ; then
79
clash_res="$(expr ${clash_alive} / 1024)Mb"
810
else

clash_service.sh service.sh

File renamed without changes.

0 commit comments

Comments
 (0)