Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
twnesss committed Feb 20, 2023
1 parent 342e3d5 commit 425003e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#### ⟳ Changelog v0.2
- optimize bfm service script
- feat: temporary clash config
- add testing dns, udp, http, https `su -c /data/adb/box/scripts/box.tool testing`
- adjust tetsing udp
#### ⟳ Changelog v0.2.1
- adjust iptables
- fix ceks bin/kernel
- remove `testing` on renew
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=box_for_magisk
name=Box for Magisk
version=v0.2
versionCode=20230216
version=v0.2.1
versionCode=20230220
author=t@amarin
description=use sing-box, clash, v2ray, and xray for tunnel proxy on android device
updateJson=https://github.com/taamarin/box_for_magisk/raw/master/update.json
1 change: 0 additions & 1 deletion scripts/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ static_dns2="2001:4860:4860::8844"
log() {
export TZ=Asia/Jakarta
now=$(date +"%I.%M %p %z")
# now=$(date +"%I.%M %p")
case $1 in
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;;
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;;
Expand Down
2 changes: 0 additions & 2 deletions scripts/src/box.iptables
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ if [ "${proxy_mode}" != "core" ] ; then
iptables="ip6tables -w 100" && stop_redirect >> /dev/null 2>&1
iptables="ip6tables -w 100" && forward -D >> /dev/null 2>&1
log warn "clean up iptables transparent proxy rules done."

find_packages_uid
case "${network_mode}" in
tproxy)
Expand Down Expand Up @@ -623,7 +622,6 @@ else
iptables="ip6tables -w 100" && stop_redirect >> /dev/null 2>&1
iptables="ip6tables -w 100" && forward -D >> /dev/null 2>&1
log warn "clean up tun rules done."

iptables="iptables -w 100"
forward -I && log info "use tun: tcp + udp, stack: ${clash_stack}" || log info "use tun: tcp + udp failed."
if [ "${ipv6}" = "true" ] ; then
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v0.2",
"versionCode": "20230216",
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.2/box_for_magisk-v0.2.zip",
"version": "v0.2.1",
"versionCode": "20230220",
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.2.1/box_for_magisk-v0.2.1.zip",
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
}

0 comments on commit 425003e

Please sign in to comment.