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

  1. jacklul

    Error with unbound and VPN all default settings set

    Might be caused by your award winning firewall nslookup should use DNS servers in /etc/resolv.conf, possible that with killswitch enabled all queries will be dropped if there is no 127.0.0.1 entry in there. Unless you can nslookup other domains than 'amdahl.com', then it's your firewall.
  2. jacklul

    Entware Pi-hole directly on the router? Yes!

    I assume DNS Director is inheriting some of the DNS Filter code (or whatever that Asus feature was called). I think it used iptables DNAT rules so that option shouldn't matter
  3. jacklul

    Entware Pi-hole directly on the router? Yes!

    Might not be possible with DNS Director since the requests are being redirected and they will originate from the router (from Pi-hole point of view). I don't think setting up reverse query server in Pi-hole config will help here. Unsure how exactly DNS Director works on the backend but if it...
  4. jacklul

    Entware Pi-hole directly on the router? Yes!

    Pi-hole released few patch releases so the package got updated once again: 2025.10.28-1 @heslo gravity update issue should be gone in this one
  5. jacklul

    Entware Pi-hole directly on the router? Yes!

    You could try modifying /opt/bin/pihole by inserting debug info in those specific lines: # In the case of alpine running in a container, the USER variable appears to be blank # which prevents the next trap from working correctly. Set it by running whoami if [[ -z ${USER} ]]; then...
  6. jacklul

    Entware Pi-hole directly on the router? Yes!

    I don't see much changes in code responsible for this, it should not happen if FTL runs as the correct user...
  7. jacklul

    Entware Pi-hole directly on the router? Yes!

    Doesn't seem to happen on my end, can you check if pihole-FTL process is running as user "pihole"? That particular message will show up when not running as root or pihole user - see source code.
  8. jacklul

    AX ROUTERS USB PORT

    Both USB 2 and 3 can't really handle 5W, maybe USB ports on high-end motherboard, but not on the router. USB 3.0 specs state it's 4.5W max. I wouldn't risk it.
  9. jacklul

    Entware Pi-hole directly on the router? Yes!

    Update released: 2025.10.25-1 This update follows upstream release: - Core: v6.2.1 (v6.2) - Web: v6.3 - FTL: v6.3 No major changes in the package except support for /opt/etc/pihole/postinstall.sh script that will run after the install/upgrade script is done. This script can be used to...
  10. jacklul

    Entware Cron on asus stock firmware

    To solve the privileges problem create /opt/var/spool/cron/cron.allow file with "admin" inside it. /opt/etc/crontab must be 600 and owned by root user (admin), otherwise it won't be executed.
  11. jacklul

    Unbound Unbound Tuning for gaming

    Can you provide some data on this? I would love to see some comparisons and benchmarks
  12. jacklul

    Collection of scripts for stock firmware

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

    Collection of scripts for stock firmware

    I'm reserving this for future use.
  14. 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...
  15. 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.
Back
Top