Wie Filter erstellen für z.B. Werbung bei Wetteronline?

Am besten du erstellst sie so wie es für dich am besten ist.
Hier ist ein Tutorial
https://docs.pi-hole.net/ftldns/regex/tutorial/
und ein gutes tool um die Regel zu testen findest du hier:
regex101.com

It may be best to enter the domains you want to block as domain names, then have Pi-hole convert them to regex. This will block that domain and all the subdomains of that domain.

Web admin GUI > Blacklist >> Add domain under "Blacklist", then select "Add (wildcard)". The domain will be converted to regex.

cnn.com

becomes

(^|\.)cnn\.com$

2 Likes