From c9e58adc48aa3c4846079d2fdbd3fe05365055ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 10 Feb 2025 20:41:18 +0100 Subject: [PATCH] DHCP discover timeout was reduced by FTL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- advanced/Scripts/piholeDebug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh index 4886588e..f4226299 100755 --- a/advanced/Scripts/piholeDebug.sh +++ b/advanced/Scripts/piholeDebug.sh @@ -1137,7 +1137,7 @@ show_FTL_db_entries() { } check_dhcp_servers() { - echo_current_diagnostic "Discovering active DHCP servers (takes 10 seconds)" + echo_current_diagnostic "Discovering active DHCP servers (takes 6 seconds)" OLD_IFS="$IFS" IFS=$'\n'