just a quick question - what does it mean (when updating lists):
::: Getting adaway.org list... done
::: Status: Forbidden
::: Download failed and no cached list available (list will not be considered)
I added the adaway.org list, since I was using it on my router previously. Not sure why I get this information?
I like the PiHole, but need to customize the lists, as this is exactly what makes it less or more effective, so I need to be able to add my own lists.
Combination of several host files on the internet (warning some facebook domains are also blocked but you can go to facebook.com). See https://github.com/mat1th/Dns-add-block for more information.
curl -s -L -w %{http_code} -A "Mozilla/10.0" https://adaway.org/hosts.txt -o test.txt
This is similar to the command that gravity runs when it downloads the lists. Running it with the -A "Mozilla/10.0" option (which it uses by default), the server denies the request (see the. However, with an empty browser signature (-A ""), it still denies the request, but returns code 200 (good). We already have a few lists programmed to use different signatures, so this should be fixed in a future update, once we figure out what settings we need.
I thought this might be something about the User Agent. I would be happy to see that fixed. It could be done that PiHole tries few agents before it gives up