Search results

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

  1. V@no

    Don't show warning page when page was blocked?

    Sounds like the way URL Block in firewall works is a better alternative than this redirection...;)
  2. V@no

    Don't show warning page when page was blocked?

    Can the redirection be done via http headers instead of html?
  3. V@no

    Don't show warning page when page was blocked?

    So far I ended up using this as `blocking.asp`: <head> <title>404 Not Found</title> </head> <body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> <hr> <address><script> const address = <% bwdpi_redirect_info(); %>; document.write(address&&address[1]||'<%...
  4. V@no

    Don't show warning page when page was blocked?

    Thank you, this is working, not ideal because it still shows different address in the url bar, but at least the message can be modified/removed. Even though it's .asp file, I gather it's not ASP language used in Miscrosoft IIS, but does it allow modify/send http headers too?
  5. V@no

    Don't show warning page when page was blocked?

    That sound easy, but how would I mount it? I've tried edit it derectly, but failed due to read-only file system
  6. V@no

    Don't show warning page when page was blocked?

    Is it possible do something with a plugin or something?
  7. V@no

    Don't show warning page when page was blocked?

    Hello. When a page was blocked by parental controls, it shows a warning webpage explaining what happened, providing WAY TOO MUCH information... How to prevent this from showing? I just want certain websites be unreachable, period. Thank you.
  8. V@no

    Is config backup file transferable between routers of the same model?

    And if mac address/router-id saved in the config backup, that would mean it can be configurable, no? Otherwise what's the point storing it in the config? - it wouldn't make sense.
  9. V@no

    [REQ] Traffic Analyzer Top 5 - include combined "all" clients

    I was wrong. The pie chart does show top 5 clients with percentage based on the total bandwidth between all devices. It also shows all others clients combined into purple (#7C637A) slice. However there is seems to be a few issues: 1) there is no "Others" (purple) information tab 2) clicking on...
  10. V@no

    [REQ] Traffic Analyzer Top 5 - include combined "all" clients

    Hello. Currently at Traffic Analyzer -> Statistic -> Top 5 the pie chart shows only 5 devices, which is a little misleading (arguably useless) because it only compares the data between these 5 devices. So if one device shows as half of the pie, we still don't know how much percentage overall...
  11. V@no

    Diversion Diversion - the Router Ad-Blocker

    Thanks. Computer IP seems to be shown on previous line, replacing this section: tail -F "${LOG_DIR}/dnsmasq.$log" | \ while read line; do if echo "$line" | /opt/bin/grep -q "list/blockinglist\|list/blacklist\| config .* is $blockingIP"; then printf...
  12. V@no

    Diversion Diversion - the Router Ad-Blocker

    For these who want see the computer IP along side with blocked domain in F -> 3 (Blocked domains) in /mnt/Diversion/entware/share/diversion/file/functions.div find first instance of (line 2794): printf "%-43s%s\\n" "${GRAY} $( echo $line | awk '{print $3, "blocked by " $(NF-3)}' | sed...
  13. V@no

    Constant "No Internet Access" Win10 Network Icon

    Yeah, it's called discussion. And as it turned out another big reason seems to be lack or resources to support such feature, not (just) security concern as first proposed. Yet again, I don't quiet understand how downloading from sourseforge by router is any different than by user...
  14. V@no

    Constant "No Internet Access" Win10 Network Icon

    Who said I don't appreciate it? Isn't Asuswrt-Merlin based on official Asus firmware, which already has this feature, which means it was removed/disabled (I assume).
  15. V@no

    Constant "No Internet Access" Win10 Network Icon

    If network compromised it could be invisible to the user even when downloaded to the computer...and I bet 99% users don't check the SHA256 signature on downloaded files, most of them don't even know how to...paranoid people can do old fashion manual download anyway... And regarding ShadowHammer...
  16. V@no

    Constant "No Internet Access" Win10 Network Icon

    But you just said if network compromised, no matter if you it's done manually or not, it might redirect the download to a malicious file, weather it's downloaded to a computer or straight by the router...so what's the difference?
  17. V@no

    amtm amtm - the Asuswrt-Merlin Terminal Menu

    so why it redownloads the packages with uu command? Also, the email sent by Diversion: Which suggests that these scripts can be updated via amtm...
  18. V@no

    Constant "No Internet Access" Win10 Network Icon

    What about download and install updates by router itself with a press of a button as stock asus firmware has? In fact, this probably would be more secure since it's eliminates user error by downloading and installing correct official firmware... Right now updating firmware process is...how can I...
  19. V@no

    amtm amtm - the Asuswrt-Merlin Terminal Menu

    Hello. I'm a bit confused here about purpose of amtm. It allows install and uninstall packages, it shows when new versions are available, but it doesn't update the packages? What the uu command is for? it downloads the packages, but it doesn't update them, why? I'm pretty sure when I first...
  20. V@no

    Diversion Diversion - the Router Ad-Blocker

    Would it be possible make edit whitelist/blacklist more user friendly, please? I don't know how many people are going to "edit *list" just to see it's content, but I bet there are more people open it to add a domain to it. Would be awesome if options were presented first after entering "Edit...
Top