From ecd561f5255bb4bebc618f78735b1efe196b5288 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 11:36:17 +0200 Subject: [PATCH] Update install.func --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index ab26281..a64c012 100644 --- a/misc/install.func +++ b/misc/install.func @@ -137,7 +137,7 @@ network_check() { done < <(getent hosts "$HOST" | awk '{ print $1 }') if [[ -z "$RESOLVEDIP" ]]; then - msg_error "DNS resolution failed or no valid IPv4/IPv6 address for $HOST" + msg_error "DNS resolution failed or no valid IPv4/IPv6 address for $HOST - Check your DNS or Adblocker settings" exit 1 else msg_ok "Resolved $HOST → ${BL}$RESOLVEDIP${CL}"