Mirror of github/evdenis/tether_unblock
  • Shell 84.1%
  • Makefile 15.9%
Find a file
Denis Efremov eef6623556 bump to v2.1
2026-03-07 23:11:11 +04:00
.github ci: remove shellcheck job, update unwanted files list 2026-03-07 23:02:09 +04:00
hooks add pre-commit hook for ShellCheck and version consistency 2026-03-07 23:02:01 +04:00
META-INF/com/google/android update-binary: update magisk file 2026-03-03 19:38:59 +04:00
.gitattributes Add .gitattributes 2020-04-25 13:54:39 +03:00
.gitignore Makefile: exclude unnecessary files 2026-03-03 20:26:13 +04:00
CHANGELOG.md bump to v2.1 2026-03-07 23:11:11 +04:00
LICENSE add LICENSE file 2020-10-26 23:30:51 +03:00
Makefile Makefile: add setup target, fix zip exclusions and busybox path 2026-03-07 23:01:58 +04:00
module.prop bump to v2.1 2026-03-07 23:11:11 +04:00
README.md README: update for v2.0 2026-03-03 21:09:25 +04:00
service.sh service.sh: rewrite TTL/HL bypass logic 2026-03-03 21:09:25 +04:00
uninstall.sh add uninstall.sh to clean up properties on module removal 2026-03-03 21:09:25 +04:00
update.json bump to v2.1 2026-03-07 23:11:11 +04:00

Tether Unblock

Some mobile network operators block tethering. This Magisk module bypasses these restrictions by incrementing TTL/HL values on tethering interfaces and disabling carrier tethering detection.

How to install

Stable release:

  1. Download the latest zip from the releases page
  2. Magisk -> Modules -> Install from storage -> Reboot

Master branch:

  1. git clone https://github.com/evdenis/tether_unblock
  2. cd tether_unblock
  3. make install

Compatibility

  • Magisk v20.4+
  • KernelSU (uses resetprop which KernelSU provides in recent versions)

Support