@TexJoachim @faoluin I just did a
$ perl -lne 'print $1 while /"(.*?)"/g' list.txt > root_ai_urls.txt
against that list to produce a nice blocklist with all of the main URLs.
You could use something like adblockplus syntax w/those if you want.
I also did a full enumeration of subdomains on that list (code in the comment of one of the files below) for a more verbose URLs output.
I put it all in this repo for now - do whatever you want with this info, of course: https://github.com/RooneyMcNibNug/pihole-stuff/tree/master/AI
@TexJoachim @faoluin also added a select few to larger blocklist I'm curating at https://github.com/RooneyMcNibNug/pihole-stuff/commit/fd17d286822584a90cd35da83e097376ceff0e79
Thanks for doing this, @faoluin