Skip to content

Commit 425003e

Browse files
author
sheynsw
committed
chore: bump version
1 parent 342e3d5 commit 425003e

File tree

5 files changed

+9
-13
lines changed

5 files changed

+9
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#### ⟳ Changelog v0.2
2-
- optimize bfm service script
3-
- feat: temporary clash config
4-
- add testing dns, udp, http, https `su -c /data/adb/box/scripts/box.tool testing`
5-
- adjust tetsing udp
1+
#### ⟳ Changelog v0.2.1
2+
- adjust iptables
3+
- fix ceks bin/kernel
4+
- remove `testing` on renew

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=box_for_magisk
22
name=Box for Magisk
3-
version=v0.2
4-
versionCode=20230216
3+
version=v0.2.1
4+
versionCode=20230220
55
author=t@amarin
66
description=use sing-box, clash, v2ray, and xray for tunnel proxy on android device
77
updateJson=https://github.com/taamarin/box_for_magisk/raw/master/update.json

scripts/settings.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ static_dns2="2001:4860:4860::8844"
107107
log() {
108108
export TZ=Asia/Jakarta
109109
now=$(date +"%I.%M %p %z")
110-
# now=$(date +"%I.%M %p")
111110
case $1 in
112111
info)[ -t 1 ] && echo -e "\033[1;34m${now} [info]: $2\033[0m" || echo "${now} [info]: $2" | tee -a ${logs_file} >> /dev/null 2>&1;;
113112
error)[ -t 1 ] && echo -e "\033[1;31m${now} [error]: $2\033[0m" || echo "${now} [error]: $2" | tee -a ${logs_file} >> /dev/null 2>&1;;

scripts/src/box.iptables

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ if [ "${proxy_mode}" != "core" ] ; then
502502
iptables="ip6tables -w 100" && stop_redirect >> /dev/null 2>&1
503503
iptables="ip6tables -w 100" && forward -D >> /dev/null 2>&1
504504
log warn "clean up iptables transparent proxy rules done."
505-
506505
find_packages_uid
507506
case "${network_mode}" in
508507
tproxy)
@@ -623,7 +622,6 @@ else
623622
iptables="ip6tables -w 100" && stop_redirect >> /dev/null 2>&1
624623
iptables="ip6tables -w 100" && forward -D >> /dev/null 2>&1
625624
log warn "clean up tun rules done."
626-
627625
iptables="iptables -w 100"
628626
forward -I && log info "use tun: tcp + udp, stack: ${clash_stack}" || log info "use tun: tcp + udp failed."
629627
if [ "${ipv6}" = "true" ] ; then

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v0.2",
3-
"versionCode": "20230216",
4-
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.2/box_for_magisk-v0.2.zip",
2+
"version": "v0.2.1",
3+
"versionCode": "20230220",
4+
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.2.1/box_for_magisk-v0.2.1.zip",
55
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)