Multibypass is a project that easily integrates zapret for DPI bypass and x3mRouting for domain-based VPN routing on ASUSWRT-Merlin.
Dependencies:
Tested on models:
- RT-AX82U
- RT-AX58U
- Login to your router via ssh.
- Download the latest releases. ( auto-extract to:
/jffs/scripts/multibypass
)curl -fsSL https://github.com/NOFEXtreme/multibypass/releases/latest/download/multibypass.tar.gz | tar -xzv -C /jffs/scripts/
- Run the installation:
sh /jffs/scripts/multibypass/bypass.sh install
- For additional commands and options, view the help menu:
sh /jffs/scripts/multibypass/bypass.sh help
Notes:
- For x3mRouting, if domains files are missing, you will be prompted to create them when enabling WireGuard or OpenVPN routing.
- For better DPI bypass, edit the zapret-config.sh file. Instructions can be found here: Zapret README.
- Login to your router via ssh.
- Run the update:
will automatically download and install the latest version.
sh /jffs/scripts/multibypass/bypass.sh update
- Login to your router via ssh.
- Run the uninstallation process:
will ask for confirmation and if you want to save the config files.
sh /jffs/scripts/multibypass/bypass.sh uninstall
git clone --recurse-submodules https://github.com/NOFEXtreme/multibypass.git
git submodule update --remote --recursive