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

  1. EmeraldDeer

    Control D DNS and possible DNS-rebind attacks

    I am not a paying customer with an account. I am using one of the free standard profiles which are not configurable. It appears the default blocked query response is NXDOMAIN from /opt/var/log/dnsmasq.log. However, the Control D documentation says that the default response is 0.0.0.0, so I...
  2. EmeraldDeer

    Control D DNS and possible DNS-rebind attacks

    Hmmm, I am not seeing any rebind attack warnings in syslog, even with such warnings enabled on the router
  3. EmeraldDeer

    Skynet What are some good current block lists? - Skynet

    There had been a pattern of blocks with nothing to back them up on alienvault or other sites. I had heard that level3 had been intended for testing only. Now that I read the description, this is not the case. It has some basic malware protection. I will put it back to see how it goes.
  4. EmeraldDeer

    Skynet What are some good current block lists? - Skynet

    https://adaway.org/hosts.txt https://big.oisd.nl/ https://bitbucket.org/ethanr/dns-blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Report_Appendix_D.t https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt...
  5. EmeraldDeer

    ntpMerlin ntpMerlin compatibility with Merlin 3006.102.3

    If it is just time that you need, then ntpMerlin chrony should be fine. It can be enhanced with a local GPS source. I use the old version of this If you are getting into audio over IP like Ravenna, then I think PTP is a requirement.
  6. EmeraldDeer

    Skynet What are some good current block lists? - Skynet

    The combined ipv4 and ipv6 list from jumpsmm7 is too big to post. Browse it or wget it from router command line. https://raw.githubusercontent.com/jumpsmm7/GeneratedAdblock/refs/heads/master/ip.feed wget https://raw.githubusercontent.com/jumpsmm7/GeneratedAdblock/refs/heads/master/ip.feed If...
  7. EmeraldDeer

    Skynet What are some good current block lists? - Skynet

    I am not following what trouble you are having. Here is my understanding: Skynet can be configured with a malware blacklist The malware blacklist is a URL (in my case https://raw.githubusercontent.com/ViktorJp/Skynet/main/filter.list) The filter.list, which is browsable, is a list of filter...
  8. EmeraldDeer

    Skynet What are some good current block lists? - Skynet

    I am using @Viktor Jaep URL but excluding one troublesome list within called firehol_level3. customlisturl="https://raw.githubusercontent.com/ViktorJp/Skynet/main/filter.list" excludelists="firehol_level3.netset"
  9. EmeraldDeer

    Diversion [SOLVED] Diversion and DNS - What am I doing wrong?

    Yes, that was the idea. However, I noticed my Apple devices using DoH to Cloudflare while my DoT was Quad9 after an iOS update. I needed to find the settings and disable DoH on each device.
  10. EmeraldDeer

    Diversion [SOLVED] Diversion and DNS - What am I doing wrong?

    Some client devices nowadays are defaulting to DNS over HTTPS. This would bypass DNS Director.
  11. EmeraldDeer

    AdGuardHome Max rules in AdGuardHome to prevent router freezing?

    For DNS blocking on my RT-AX88U, I am using Diversion in Dnsmasq format. I am using two different big, general, but balanced lists and two NSFW and gambling lists. Diversion is reporting a coalesced list of 1.2 million. I am not experiencing any issues. https://big.oisd.nl/dnsmasq2...
  12. EmeraldDeer

    Possibilities to trigger storage ejection remotely? (a more graceful hard shutdown/reboot)

    In my opinion, attempting to unmount the USB drive causes more harm than it prevents. My approach is to: Use journaled ext4 filesystem of no greater than 8 GB Run fsck on every reboot How to check current settings: # tune2fs -l /dev/sda1 | grep -E "Filesystem features|Maximum mount...
  13. EmeraldDeer

    BACKUPMON BACKUPMON v1.8.20 -Oct 12, 2024- Backup/Restore your Router: JFFS + NVRAM + External USB Drive! CIFS/SMB/NFS! (Thread Closed!)

    WARNING: A mistake with Busybox dd command can cause serious damage! I am curious how the mtd partition was recovered on the routers effected. As the filesystem is not mountable, the recovery cannot be file based like "tar". Here is how I have backed up mine: dd if=/dev/mtdblock9...
  14. EmeraldDeer

    scMerlin scMerlin 2.5.30 - Service and script control menu for Asuswrt-Merlin

    I have scMerlin installed. I ran the script from /tmp rather than from a FAT32 USB stick. I did not get a false positive. The list of suspicious file strings is in the script...
Back
Top