Pi-hole ist ein kostenloser Werbeblocker mit DNS und DHCP Service. Pi-hole erhielt ein Update und steht nun in Version 5.13 bereit. Das Update wird mit folgendem Befehl ausgeführt:
pihole -up
Pi-hole FTL v5.20.1, Web v5.18.1 and Core v5.15 Release Notes
- Add native systemd service by @MichaIng in #4924
- Do not setcap FTL binary when systemd is used by @MichaIng in #5043
- Do not require man pages to be present in test script by @yubiuser in #5037
- Explicitly create group pihole on installation by @yubiuser in #5039
- Only compare OS versions if dig was successful by @rdwebdesign in #5056
- set X-XSS-Protection headers to 0 in lighttpd.conf by @leftydrummer in #5069
- Create new lighttpd pihole-admin.conf for admin interface by @gstrauss in #5065
- Add merge-conflict workflow by @yubiuser in #5071
- add Fedora 37 to distro-test in .github/workflows/test.yml by @gstrauss in #5067
- lighttpd: do not overwrite /etc/lighttpd/lighttpd.conf (On new installs) by @gstrauss in #5075
- Improve detection of incorrect lines during gravity by @yubiuser in #5009
- Add pihole tail [arg] to man page by @yubiuser in #5095
- Create versions file before sourcing it by @yubiuser in #5097
- Remove leftover from query.sh by @yubiuser in #5112
- Tweak get_directories_recursive by @yubiuser in #5105
- Adjusting
fastcgi.server
config by @rdwebdesign in #5103
As always, please read through the changelog before updating with pihole -up. (A new tag for docker image will arrive in due course.)
Notable Changes in this release
As mentioned in the last release, we have some fairly large changes for the core repository in this release. As a reminder:Native systemd service
We have added a native systemd
service to avoid the systemd-sysv
wrapper units and enhance service status tracking. (See #4924)Lighttpd Config
Automatic redirection to /admin
will only happen if you browse via http://pi.hole
. If you wish to browse via http://[IP Address]
, then you will need to ensure that you add /admin
manually. In the past, a splash screen has been shown with a link to /admin
, however this is now removed along with the now-defunct blockpage.
There have been some changes to the lighttpd
configuration to prevent the default config from being overwritten on new installs (See #5065 and #5075), however existing installs will still use the Pi-hole generated config for the time being. As the line “FILE AUTOMATICALLY OVERWRITTEN BY PI-HOLE” exists in /etc/lighttpd/lighttpd.conf
, the file will be overwritten (See here). All user configuration should be made in external.conf
, or make use of the conf.d
/conf-available
/conf-enabled
directories – depending on OS
If you have been using IP blocking, and therefore custom.php
or some other mechanism to display a page for blocked queries, you will need to make a one-time configuration change to inform lighttpd
of the 404 handler, along the lines of:Debian:
echo 'server.error-handler-404 := "/path/to/your/blockpage.php"' > /etc/lighttpd/conf-available/08-pihole-block-ip.conf
lighty-enable-mod pihole-block-ip
service lighttpd restart
Fedora:
echo 'server.error-handler-404 := "/path/to/your/blockpage.php"' > /etc/lighttpd/conf.d/pihole-block-ip.conf
echo 'include "https://wp-cdn.pi-hole.net/etc/lighttpd/conf.d/pihole-block-ip.conf"' >> /etc/lighttpd/lighttpd.conf
service lighttpd restart
Pi-hole FTL 5.20.1
- Always store time we start saving to the database by @DL6ER in #1514
- Remove gray color in help output by @yubiuser in #1520
Full Changelog: v5.20…v5.20.1
Pi-hole Web changes:
What’s Changed New Contributors
Full Changelog: v5.18…v5.18.1
Pi-hole Core changes:
What’s Changed New Contributors
Full Changelog: v5.14.2…v5.15
Interessiert in verschiedenste IT Themen, schreibe ich in diesem Blog über Software, Hardware, Smart Home, Games und vieles mehr. Ich berichte z.B. über die Installation und Konfiguration von Software als auch von Problemen mit dieser. News sind ebenso spannend, sodass ich auch über Updates, Releases und Neuigkeiten aus der IT berichte. Letztendlich nutze ich Taste-of-IT als eigene Dokumentation und Anlaufstelle bei wiederkehrenden Themen. Ich hoffe ich kann dich ebenso informieren und bei Problemen eine schnelle Lösung anbieten. Wer meinen Aufwand unterstützen möchte, kann gerne eine Tasse oder Pod Kaffe per PayPal spenden – vielen Dank.