• 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!

Recent content by Kyjiep

  1. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    When using TProxy, only TCP and UDP traffic from devices whose local IP addresses are specified in the 'sbs setup' menu reaches sing-box. This traffic is then routed by sing-box according to the rules specified in config.json. You can route only traffic intended for proxying through the...
  2. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Lately, I've adopted a rule: if updates contain only fixes for reported bugs, only the third digit of the version number changes, and I usually don't report such updates. You can see the code changes at https://github.com/Dr4tez/sing-box4asus/commits/main/sbs Typically, only one person reports a...
  3. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Another update of my script for installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 09/28/2025. Version v2.3.0 Changes: 1. The mangle, nat, ip route, and ip rule rules generated by the script have been reworked. Packet marking is now also used for the tun...
  4. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Another update of my script for installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 07/17/2025. Version v2.2 Changes: 1. In the 'sbs update' menu, item 3 has been changed. Now, in addition to the submenu for selecting a repository, a submenu for selecting...
  5. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Another update of my script for installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 06/21/2025. Version v2.1 Changes: 1. When parsing the config.json configuration file by the script, commented lines are now ignored. 2. Added the ability to select a...
  6. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Another update of my script for installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 05/03/2025. Version v2.0 Changes: 1. When starting the script, a check for duplicates of added IP addresses and subnets is added. If any are found, the script start is...
  7. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Another update of my script for downloading, installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 04/12/2025. Version v1.9 Changes: 1. The output of thesbs statuscommand now includes information about ports from the WAN opened by the script, if the ports...
  8. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    New update of my script for downloading, installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 04/09/2025. Version v1.8 Changes: 1. In the script code, 'curl' has been replaced with 'wget' to avoid errors on some routers. 2. The Russian and English versions...
  9. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Another update of my script for downloading, installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 11/25/2024. Version v1.7 Changes: 1. Implemented fakeip support for routing only selected domains via sing-box. 2. Removed the choice of DNS server source. Now...
  10. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Another update of my script for downloading, installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 10/20/2024. Version v1.6 Changes: 1. Fixed termination of the sing-box process when exiting any script menu using the Ctrl+C key combination, if this menu was...
  11. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    https://www.snbforums.com/threads/gnuton-official-fork-388-8_2-release.91363/
  12. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    So you have stock firmware? Not Merlin? My script is designed for Merlin firmware and uses some of its features that are not available in the stock firmware, such as hook scripts. In any case, I suggest we discuss the problems in conversation.
  13. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    Another update of my script for downloading, installing, configuring and running sing-box on Asus routers with Merlin firmware. Updated 10/13/2024. Version v1.5 Changes: 1. Added a new menu called by thesbs servercommand to specify ports that will be opened from WAN to the router when sing-box...
  14. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    I think I found the reason. On the router, the sing-box "auto_detect_interface" function works a little incorrectly. When I deleted it and manually specified the interface for proxy outbounds in the config, in my case it was ppp0, then everything worked as it should. I concluded that...
  15. Kyjiep

    SBS. Script for using sing-box on Asus routers with Merlin firmware.

    The tun interface is not used to access the proxy server. Simply after adding the proxy server settings to the sing-box configuration file and after rebooting it, sing-box starts listening to the port specified in the proxy server settings, working as a regular proxy server. The tun interface...
Back
Top