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

Search results

  1. jacklul

    Collection of scripts for stock firmware

    Recently added a new script: vpn-monitor - basically a copy of VPNMON but basic and limited
  2. jacklul

    Collection of scripts for stock firmware

    I'm reserving this for future use.
  3. jacklul

    Entware Lost /opt/bin files

    Backups, backups, backups! Wget 5 error code is SSL verification failure Make sure your clock is synced, maybe you also deleted some files in /opt/etc/ssl? What I would do is to force reinstall all the packages: # manually opkg list-installed opkg install --force-reinstall <package> # or...
  4. jacklul

    Entware Pi-hole directly on the router? Yes!

    I have mine set to 31, that's also now a default when installed through my project, Pi-hole's default is 91. If you really don't care about the historical data you can just set it to 3-7.
  5. jacklul

    Entware Pi-hole directly on the router? Yes!

    When Pi-hole does database maintenance it loads whole pihole-FTL.db to memory, try reducing number of days for the queries on Settings->Privacy page to reduce file size. And obviously, gravity update will definitely spike up the memory usage.
  6. jacklul

    VPNMON Please VOTE for continued Proton VPN/VPNMON-R3 functionality!

    Their logicals.json is definitely different to what I am getting from Proton API. For example, theirs has way more FREE servers than what I am getting...
  7. jacklul

    Entware Pi-hole directly on the router? Yes!

    When a client does more than 1000 queries within one minute I would check why is that rather than raising the limit A common thing causing this might be uBlock/Brave shields making websites to misbehave, investigate on the device itself
  8. jacklul

    Unbound Unbound Tuning for gaming

    Perhaps running two instances of Unbound (one for ipv4 and one for ipv6) would push the optimizations to maximum, might achieve even higher hit rate this way. Edit: I consulted this with AI, it obviously agrees that running two instances will be better. Judgement day ain't happening anytime soon.
  9. jacklul

    Unbound Unbound Tuning for gaming

    1232 is the recommended value. The optimizations you aim for are only worth it if you expect to serve thousands+ of clients per minute. The AI replies you keep posting are worthless, next time you prompt the AI you should ask for exact sources of each information, including links. If the AI is...
  10. jacklul

    Upload Merlin Firmware

    If on the System Status sidebar (Network map) you see 3 CPU cores then you have v1, if you see 4 then it's v2.
  11. jacklul

    Diversion Diversion doesn’t block youtube ads?

    The version of yt-dlp that is available on Entware might not even work since YouTube is very aggressively changing stuff on their end and yt-dlp devs have to keep up with the changes.
  12. jacklul

    Unbound Unbound Tuning for gaming

    Majority of those posted config variables are at default values anyway... No reason to pollute config file with those. Probably would make sense to filter those out using documentation. And probably mentioned few times already: DNS resolution speed does not impact gaming at all, addresses are...
  13. jacklul

    Stay away from this address like the Plague

    This is a mirror, it serves exactly the same content as upstream. You have to trust the upstream to trust the mirror, if there is anything malicious in the upstream then it is also on all the mirrors. If you want to be 100% sure there is nothing malicious in Entware then you will have to...
  14. jacklul

    Collection of scripts for stock firmware

    I never actually made a thread for this, even though it's been in the wild for quite some time: https://github.com/jacklul/asuswrt-scripts This is my collection of scripts for routers running stock firmware to extend functionality. Most of the scripts were made because, well... I needed to...
  15. jacklul

    Unknown service with TCP port open on the WAN interface of the router

    iptables -L -nv --line-numbers | grep 8083 If you can't see any rule related to this port then you're good, default policy is to BLOCK everything unless ACCEPT rule is present. Sometimes a program listens on all network interfaces (0.0.0.0) but internally filters out packets, only accepting...
  16. jacklul

    miniupnpd version on stock fw

    As you would expect... 'miniupnpd --version' command
  17. jacklul

    Entware Pi-hole directly on the router? Yes!

    Pi-hole self-generates SSL certificate, the app has option to allow self-signed certificates - make sure that is on.
  18. jacklul

    Entware Pi-hole directly on the router? Yes!

    I just downloaded this app and it connected without any issues. Remember that 3rd-party apps should use App password from Settings -> API instead of your main password. Port 5080 is with SSL off, 5443 with SSL on.
  19. jacklul

    Entware Pi-hole directly on the router? Yes!

    No Pi-hole version change.
  20. jacklul

    Entware Pi-hole directly on the router? Yes!

    Updated the package with lots of changes from my dev branch. Few dependencies were removed, so after the upgrade some packages will be marked as orphaned. On new installs (pihole.toml missing) some stuff is already pre-configured: - NTP features are disabled - upstreams are set to Cloudflare...
Back
Top