Skip to content

Multibypass is a project that easily integrates zapret and x3mRouting on ASUSWRT-Merlin.

License

Notifications You must be signed in to change notification settings

NOFEXtreme/multibypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multibypass

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

Quick Start

  1. Login to your router via ssh.
  2. 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/
  3. Run the installation:
    sh /jffs/scripts/multibypass/bypass.sh install
  4. 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.

Update

  1. Login to your router via ssh.
  2. Run the update:
    sh /jffs/scripts/multibypass/bypass.sh update
    will automatically download and install the latest version.

Uninstall

  1. Login to your router via ssh.
  2. Run the uninstallation process:
    sh /jffs/scripts/multibypass/bypass.sh uninstall
    will ask for confirmation and if you want to save the config files.

Working with the source code

Clone the repository with submodules:
git clone --recurse-submodules https://github.com/NOFEXtreme/multibypass.git
To update submodules:
git submodule update --remote --recursive

Release Stats Latest Date Downloads

About

Multibypass is a project that easily integrates zapret and x3mRouting on ASUSWRT-Merlin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages