See FTL release notes for the highlights of this release: https://github.com/pi-hole/FTL/releases
All Commits:
Assets
2
PromoFaux
released this
- Prevent Firefox from automatically switching over to DNS-over-HTTPS
This follows https://support.mozilla.org/en-US/kb/configuring-networks-disable-dns-over-https
(sourced 7th September 2019)
Assets
2
PromoFaux
released this
Apologies for all the release excitement folks!
- Fix an issue with the
grepcommand when trying to detect the latest version ofFTL
Assets
2
- Contains an additional commit that we did not cherry pick into 4.3.3. Resolves issues with FTL saying there was an update, even though there was not one.
- Fixes debug process to properly show the running daemon on required ports, shows green/red comparison.
Assets
2
PromoFaux
released this
How do I update my Pi-hole?
- backport fix from 5.0 for unknown FTL location when determining latest version
- backport fix from 5.0 for detecting the system architecture for FTL download
- backport fix from 5.0 for web interface not showing the correct versions after a web-only update
Assets
2
dschaper
released this
How do I update my Pi-hole?
Fixes
- Simplify restarting code for
pihole restartdns#2873 (Fixes #2869) - Remove the ZeusTracker blocklist from the defaults #2846 (Fixes #2843)
- Fix for 404 error when browsing to http://pi.hole/ (without /admin) #2826
- Fix for when
digalso returns a CNAME #2865 (Fixes #2863) - Fix
pihole -upshowing FTL update when network is down #2820 (Fixes #1877) - Improve
piddetection in pihole-FTL.service #2767 - Fix uninstall causing 403 errors and not removing packages #2808
- Fix pihole manpage to match code. #2822
- Fix error when getting latest FTL tag from GitHub API #2882
- Call
piholewith full path in install and cronjobs. #2886 (Fixes #2860) - Add
dhcp-ignore-namesoption when enabling DHCP service #2768 - Backport from v4.2 - Restore
pihole -qhosts format support and improve matching in edge cases #2891 - Remove adblock list style support #2912
Assets
2
DL6ER
released this
How do I update my Pi-hole?
See the Web changelog here
See the FTL changelog here
Fixes
- Fix lighttpd issue on Debian/Raspbian Buster #2816
Assets
2
DL6ER
released this
How do I update my Pi-hole?
- How do I install Pi-hole?
- How do I test if my Pi-hole is working?
- How do I access my Pi-hole's Web interface?
- How do I use FTL's API?
- Why is FTL offline and showing "Lost Connection To API"?
- Where do I go for more answers?
See the Web changelog here
See the FTL changelog here
New
- Download database of mac vendors for use by the web interface network table #2587
- Add git status and diff to debug log #2640
Tweaks
- Warn user during update if FTL is on a custom branch #2659
- Store list of pre-configured DNS servers for both installer and web usage #2593
- Use
curlinstead ofopensslfor debug upload. #2647 - Add a link to the documentation on FTL privacy levels during install #2696
Fixes
- Misc. installer fixes #2621
- Improve support for using HTTPS on the block page #2637
- Fix uninstalling when lighttpd was not installed #2674
- Don't fail when trying to detect OS architecture on RPM-based systems #2646
- Fix Query List script returning commented out domains #2688
- Show
$UPDATE_PKG_CACHEcontent in error message. #2718 - Fix teleporter backup file extension #2717
- Fix incorrect adlist query when an adlist is blocked during gravity #2735
- Pi-hole Debug - tricorder upload function calls #2733
Assets
2
jacobsalmela
released this
How do I update my Pi-hole?
- How do I install Pi-hole?
- How do I test if my Pi-hole is working?
- How do I access my Pi-hole's Web interface?
- How do I use FTL's API?
- Why is FTL offline and showing "Lost Connection To API"?
- Where do I go for more answers?
See the Web changelog here
See the FTL changelog here
This is a patch release following on Pi-hole Core v4.2.1.
Tweaks / Fixes
- Make sure the
rundirectory is emptied when startingpihole-FTL. If there are leftovers from previouspihole-FTLinstances, we might get FTL crashes as the system prevents us from reading/writing to the shared memory objects if they are owned by a different user (e.g.,root) #2626