Not sure if it interests anyone but I did see oisd.nl go down again last month so I added the maintainers github that he mirrors for all of the lists: https://github.com/sjhgvr/oisd
Also there is a new list for DNSMasq v2.86 or newer. Starting with v2.86, using the format server=/example.com/ or address=/example.com/ will only block A queries and send other queries upstream. The format for v2.86 and newer should be local=/example.com/ which blocks all the queries for the domain.
# Get line number and match of any rogue elements
rogue_element=`sed -nE '\~(^address=/|^server=/|^local=/)[[:alnum:]][[:alnum:].-]+(/$|/#$)|^#|^\s*$~d;{p;=;q}' /tmp/oisd.txt | { read match; read line; [[ ! -z ${match} ]] && echo "${line}: ${match}"; }`
Before commit:
Mon Feb 6 14:54:58 2023 user.notice adblock-oisd: New oisd.txt installed with good line count: 289414 and dnsmasq check passed.
After commit:
Mon Feb 6 17:18:05 2023 user.notice adblock-oisd: New oisd.txt installed with good line count: 295021
I really like this adblock script now. Nice and simple with plenty of checks and balances. And oisd just works in terms of internet working fine but ads blocked.
@Lynx As an alternative, I would propose that you/OP/somebody create a new topic on the Community Builds subforum.
That would give a fresh start with a clean announcement of the current state of the adblock-oisd package: what it is, how to install it, how to configure it, etc. Obviously, that post should contain a link back to this topic for historical context.
Anyone know about this login now appearing on oisd.nl ?
The download links are still working, but may need to watch out for any changes if they happen.
It would be nice to be able to collect the queried domains and compare them with a very complete block list to make a custom and very efficient block list with little RAM usage.
That's the complete opposite of what I meant. Read carefully what I wrote. The idea is to make a custom blocklist with the domains to block that have been collected in some way from the clients' past browsing.