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. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    You need to use an SSH client for that.
  2. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    thelonelycoder Okay so a question just popped up in my mind. Soppose YouTube or our ISP decides to change its YouTube Egde node IP address or the IP goes down for some reason wouldn't it breaks YouTube for us? because we're forcing the videos to playback from that set IP address of our local...
  3. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    Let's rephrase "A good night of *bug-free* coding beats a good night of sleep!" Otherwise, it beats the sh** out of us! (developers) [emoji1787][emoji1787]
  4. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    That's probably because no one here except me uses hosted wildcard as a primary blocking list lol.
  5. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    Okay found and fixed the issue. In post-conf.div on line 151: echo "address=/$i/$blockingIP" >"${DIVERSION_DIR}/list/dnsmasq.d/wc_blacklist.conf" You missed a second > and it was making a new file instead of appending it.
  6. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    @thelonelycoder It seems the latest ( or maybe the second last version ) version broke the hosted wildcard blacklist domains feature, native wildcard blacklist is working fine but not hosted one. I was using my personal wildcard list from a long time without any issue but now after some testing...
  7. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    Then you have to either whitelist it in Diversion or block it the old way using manual method without Diversions help.
  8. Asad Ali

    amtm amtm - the Asuswrt-Merlin Terminal Menu

    Well if you still want to do that then do it manually using Pixelserv-tls CLI. Use this command: echo -n "192.168.1.1" > /tmp/pixelcerts Step 2. Find the certificate file named "192.168.1.1" inside /opt/var/cache/pixelserv. Step 3. Use a text editor to split the file from Step 2. extract...
  9. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    Yeah he needs his complete loneliness. [emoji1787][emoji1787]
  10. Asad Ali

    [Release] Asuswrt-Merlin 384.17 (and 384.13_8) are now available

    AiMesh is closed source and out of RMerlin's hands, if there's a bug in it only Asus can fix it so you should try reporting it to them directly.
  11. Asad Ali

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    That missing certificates are generated on the fly the first time you visit a blocked domain. For example, you have "ads.com" blocked in your blocking file, when you visit the domain "ads.com" the first time you will get a TLS handshake error and one count in slm counter because there was no...
  12. Asad Ali

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    You're mixing things here, first clear some things. You're trying to import WebUI domain certificates in the router for its web UI? Or you're talking about ad domains? If ad domains then you don't have to import the generated ad certificates anywhere.
  13. Asad Ali

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    Don't forget to import your newly created CA authority in your devices, otherwise TLS handshake will fail.
  14. Asad Ali

    pixelserv pixelserv - A Better One-pixel Webserver for Adblock

    You don't have to, just delete/purge all the generated domain certificates and that's it. Pixelserv-tls generates the domain certificates on the fly.
  15. Asad Ali

    Diversion Diversion - the Router Ad-Blocker

    YouTube ads have nothing to do with router firmware and no router (DNS) based ad blocker can block YouTube video ads. If you weren't seeing them before then you must just be lucky.
  16. Asad Ali

    [Release] Asuswrt-Merlin 384.17 (and 384.13_8) are now available

    I don't use TA as you can see from the screen shot but I also just noticed the Bin icon and I believe you're right.
  17. Asad Ali

    [Release] Asuswrt-Merlin 384.17 (and 384.13_8) are now available

    Just SSH into the router and delete the TrafficAnalyzer file. Also once you've cleared the file you can turn off TA from here.
  18. Asad Ali

    [Release] Asuswrt-Merlin 384.17 (and 384.13_8) are now available

    You can delete it without any issues. In fact you can delete any log file without worrying too much. (Assuming you're not using some externel scripts which pulls data out of it)
  19. Asad Ali

    [Release] Asuswrt-Merlin 384.17 (and 384.13_8) are now available

    Use "du -h" command on /jffs and see the exact file sizes and figure out what's using the space.
Top