Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.65 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.65 KB

Net Switch: Isolate Apps from Internet Access

Net Switch is a Magisk module to isolate apps from accessing the internet on your Android device. This tool gives you complete control over which apps can send or receive data, improving security, privacy, and saving bandwidth.

Fully standalone, Operates fully on WebUI.

Supported Root Managers

WebUI on Magisk

Magisk doesn't support module WebUI on their manager, but you can use one of these app to open Net Switch WebUI.

Usage

  • Flash Net Switch Module
  • Reboot
  • Open Net Switch WebUI
  • Select apps you wish to isolate. Changes are applied immediately, no need to reboot.

Terminal Usage

Open Termux or Any Terminal with root access and run

netswitch block <package> | to block packages
netswitch unblock <package> | to unblock packages
netswitch list | to show currently blocked packages
netswitch unblock all | to unblock all restricted packages.

Terminal Screenshot Net-switch Terminal Example

Links

Help and Support

Report here if you encounter any issues.

Pull requests are always welcome.