Skip to content

Releases: taamarin/box_for_magisk

v0.8

06 May 16:15

Choose a tag to compare

What's Changed

  • adjust: blacklist / whitelist
  • adjust: scripts for CLASH TUN
  • fix: "network_mode" ( redirect: tcp only, / tproxy: for tcp+udp with tproxy, / mixed: mode with redirect[tcp] + tun[udp] )

Full Changelog: v0.7...v0.8

v0.7

04 Apr 18:53

Choose a tag to compare

v0.7 Pre-release
Pre-release

What's Changed

  • KernelSU support

Full Changelog: v0.6...v0.7

v0.6

30 Mar 16:19

Choose a tag to compare

What's Changed

  • ncrease time on boot by @riffchz in #7
  • add: sing-box multiple configuration support
  • fix the tun_device retrieval in the sing-box config.
  • add: disable/enable quic using iptables.tproxy rules. >>>> settings.ini
  • update: yacd (displays update core / restart clash)
  • adjust kernel update:
    • clash-meta: change using the official clash.meta tag-alpha url.
    • sing-box: option to download Singbox kernel beta or release

Full Changelog: v0.5.1...v0.6

v0.5.1

21 Mar 04:29

Choose a tag to compare

⟳ Changelog v0.5.1

  • remove the selection to create the DNS resolve.conf file.
  • add force stop ${bin_name}.
  • kill $(pidof ${bin}) is replaced with pkill ${bin} syntax.

v0.5

19 Mar 15:31

Choose a tag to compare

v0.5 Pre-release
Pre-release

⟳ Changelog v0.5

  • fix log
  • improve cgroup: cgroups are automatically disabled if the phone's kernel doesn't support it
  • added arm8l arch support for kernel updates
  • improve bfm scripts: will take the value of the clash tun_device: utun, sing-box tun_device: tun0, clash_fake_ip_range: 198.18.0.1/16, clash_enhanced_mode: fake-ip, clash_dns_port: 1053, external-ui: ./dashboard/dist, tproxy-port: $tproxy_port and redir-port: $redir_port variable, as default if not confirmed in the YAML / JSON config

v0.4.1

05 Mar 21:47

Choose a tag to compare

Changelog v0.4.1

  • small improvement

v0.4

04 Mar 17:55

Choose a tag to compare

v0.4 Pre-release
Pre-release

Changelog v0.4

  • delete template for Clash
  • add dashboard files
  • add readme_en.md
  • modified iptables script with some improvements
  • improve box_service.sh, and customize.sh
  • fix: update kernel
  • optimize BFM script

v0.2.1

20 Feb 07:26

Choose a tag to compare

Changelog v0.2.1

  • adjust iptables
  • fix ceks bin/kernel
  • fix probe tproxy and tun device
  • remove testing on renew

v0.2

17 Feb 12:18

Choose a tag to compare

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 iptables

v0.1

10 Feb 15:00

Choose a tag to compare

Changelog v0.1

  • initial commit