Skip to content

Commit

Permalink
dietpi-software: Pi-hole info dialog corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Feb 24, 2025
1 parent 1bf3b2e commit 01357c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -5876,8 +5876,8 @@ _EOF_
\nCompared to installing Pi-hole via official one-line installer, DietPi applied the following changes:
- The Pi-hole web UI can be reached on port 8089, i.e. via: http://$(G_GET_NET ip):8089/admin/
- The Pi-hole web UI is secured with the global software password you chose during first run setup, default: \"dietpi\"
- DNS query logging to /var/log/pihole/pihole.log has been disabled. This does not affect the query logs in the web UI and database, but the \"pihole -t\"/\"pihole tail\" command does not work anymore. If you want to use this command or need query logs in /var/log/pihole/pihole.log for other reasons, it can be re-enabled via web UI privacy settings or \"pihole -l on\".
- DNS query logging to database (as shown in web UI) has been reduced to 2 days. This can be changed via web UI privacy settings or e.g. \"pihole-FTL --config database.maxDBdays 7\" to raise it to 7 days.
- DNS query logging to /var/log/pihole/pihole.log has been disabled. This does not affect the query logs in the web UI and database, but the \"pihole -t\"/\"pihole tail\" command does not show DNS queries anymore. If you want to use this command or need query logs in /var/log/pihole/pihole.log for other reasons, it can be re-enabled via web UI privacy settings or \"sudo pihole-FTL --config dns.queryLogging true\".
- DNS query logging to database (as shown in web UI) has been reduced to 2 days. This can be changed via web UI privacy settings or e.g. \"sudo pihole-FTL --config database.maxDBdays 7\" to raise it to 7 days.
\nFor further details, read our online docs: https://dietpi.com/docs/software/dns_servers/#pi-hole"
fi
fi
Expand Down

0 comments on commit 01357c2

Please sign in to comment.