What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Does the DPI Bypass "zapret" work with Merlin firmware?

Hi @thelonelycoder how are you? Is there any news about the zapret? Are you planning to add it soon?
I am no longer planning to code this feature. There are too many variables for the various firmware versions and routers in Asuswrt-Merlin. Too much work for the few that will actually use it.
But I would integrate it into amtm if anyone else wants to code the logic as an amtm compatible script.
 
Unfortunately, ./install_easy.sh does not work on the latest Merlin.


Code:
admin@RT-BE88U-E280:/tmp/mnt/TECHOLAY/entware/zapret# ./install_easy.sh
* checking system
system is not either systemd, openrc or openwrt based
easy installer can set up config settings but can't configure auto start
you have to do it manually. check readme.md for manual setup info.
do you want to continue (default : N) (Y/N) ? Y
system is based on linux
* checking executables
find: unrecognized: -perm
BusyBox v1.25.1 (2025-01-11 13:47:02 EST) multi-call binary.

Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]

Search for files and perform actions on them.
First failed action stops processing of current file.
Defaults: PATH is current directory, action is '-print'

        -L,-follow      Follow symlinks
        -H              ...on command line only

Actions:
        ! ACT           Invert ACT's success/failure
        ACT1 [-a] ACT2  If ACT1 fails, stop, else do ACT2
        ACT1 -o ACT2    If ACT1 succeeds, stop, else do ACT2
                        Note: -a has higher priority than -o
        -name PATTERN   Match file name (w/o directory name) to PATTERN
        -iname PATTERN  Case insensitive -name
        -mtime DAYS     mtime is greater than (+N), less than (-N),
                        or exactly N days in the past
If none of the following actions is specified, -print is assumed
        -print          Print file name
        -print0         Print file name, NUL terminated
        -exec CMD ARG ; Run CMD with all instances of {} replaced by
                        file name. Fails if CMD exits with nonzero
build tools not found

press enter to continue

admin@RT-BE88U-E280:/tmp/mnt/TECHOLAY/entware/zapret#
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top