1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2021-12-26 18:13:14 +01:00
parent 9f0e0dbd37
commit 71ebd64f4e
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

2
pihole
View File

@ -285,7 +285,7 @@ Options:
analyze_ports() {
# FTL is listening at least on at least one port when this
# function is getting called
echo -e " ${TICK} DNS service is listening"
echo -e " ${TICK} DNS service is listening on port 53"
# Check individual address family/protocol combinations
# For a healthy Pi-hole, they should all be up (nothing printed)
if grep -q "IPv4.*UDP" <<< "${1}"; then