RD WebDesign
RD WebDesign
I agree with yubiuser. Since the same domain can be on multiple lists (and many users have more than one list), knowing the "the first one" `adlist_id` is not very...
@PromoFaux The image on the PR is outdated. The current code is showing a link to the *Search* page, as it was suggested. 
The related code was changed in [web PR](https://github.com/pi-hole/web/pull/2916), but the conversation was kept here, in one place.
> I added `[ "(^|\\.)\\.google\\.de$"]` Shouldn't it be `(^|\.)\.google\.de$` ? Does it need the double escape?
I misunderstood that comment. I thought the double escape would be done by the code when writing to TOML file, not on the web interface.
I currently don't have a screen to test and I'm not sure if this will help you, but what is the output of `cat /boot/cmdline.txt`? Do you see `console=tty0` or...
Hmmm... Sorry, never mind. This is the expected value. My guess was wrong.
Actually the suggestions above are pointing to a different direction. Pi-hole's will be in one container. Unbound should be in another container, not in the same one. In this case,...
`git` is used by core (`pihole -up` and `pihole updatechecker`) to verify if there is an update. `pihole -up` is not used on container, but we still check for updates.
> ## `wget` / `unzip` > > No problem dropping, unless they are needed by any of the [core](https://github.com/pi-hole/pi-hole) scripts I think `unzip` is not necessary as dependency. It is...