hagezi / dns-blocklists

DNS-Blocklists: For a better internet - keep the internet clean!
GNU General Public License v3.0
6.63k stars 222 forks source link

Personal List found in RPZ folder #2309

Closed JonMurphy closed 7 months ago

JonMurphy commented 7 months ago

Over the past week or two I've been experimenting with the various hagezi RPZ lists. And I started to gather some very simple metrics. On my local network the most used RPZ seems the be hagezi personal.txt.

I looked at the https://github.com/hagezi/dns-blocklists README and did not find a section for Personal. And I was going to ask for a small paragraph describing this list.

But I found a mention in the hagezi GitHub Issues area under Issue #2203. Is this really disappearing?

It definitely works VERY well for me and I'd hate to see it go! Is there something that will replace it?

Here are my metrics over the past week:

[root@ipfire ~] # grep "info: rpz: applied" /var/log/messages |
  awk ' { print $10 }' | sort | uniq --count | sort --numeric-sort --reverse
  13571 [zzPersonalHZ]
   1893 [AppleTrkrHZ]
   1253 [AmazonTrkrHZ]
    442 [PopUpAdsHZ]
    139 [ProxyBypassHZ]
     74 [HosterHZ]
     58 [GamblingHZ]
     32 [TIFmedHZ]
     12 [tldHZ]
      5 [NotSafeSearchHZ]

EDIT: I did see your post "I integrated the wildcard rules into my build system some time ago." but I don't know what that means. Where did those URLs end up??

hagezi commented 7 months ago

The personal list has been obsolete for several months. The light is the new personal. You should switch to light.

https://github.com/hagezi/dns-blocklists/wiki/FAQ#whatshouldiuse

FYI: @yokoffing

hagezi commented 7 months ago

I will remove the personal list with the next update.

hagezi commented 7 months ago

personal list removed.

JonMurphy commented 7 months ago

Newbie question here...

I am just starting to experiment with the various lists. Is Light (and thus the old Personal list) included in all of the various Normal / Pro / Pro++ / Ultimate lists?

hagezi commented 7 months ago

Yes ...

grafik

https://github.com/hagezi/dns-blocklists?tab=readme-ov-file#overview

JonMurphy commented 7 months ago

Got it! I saw the graphic but I did not put two and two together. Thank you!