mirror of
https://github.com/evdenis/tether_unblock.git
synced 2026-04-19 19:11:04 -04:00
Mirror of github/evdenis/tether_unblock
- Shell 84.1%
- Makefile 15.9%
| .github | ||
| hooks | ||
| META-INF/com/google/android | ||
| .gitattributes | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| Makefile | ||
| module.prop | ||
| README.md | ||
| service.sh | ||
| uninstall.sh | ||
| update.json | ||
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:
- Download the latest zip from the releases page
- Magisk -> Modules -> Install from storage -> Reboot
Master branch:
- git clone https://github.com/evdenis/tether_unblock
- cd tether_unblock
- make install
Compatibility
- Magisk v20.4+
- KernelSU (uses
resetpropwhich KernelSU provides in recent versions)