This commit is contained in:
itdoginfo
2025-02-21 11:53:08 +03:00
parent d9e9f2dfe4
commit 0f66305e50

View File

@@ -412,7 +412,7 @@ check_system() {
fi
if ! nslookup google.com >/dev/null 2>&1; then
log "DNS not working"
printf "\033[31;1mDNS not working\033[0m\n"
exit 1
fi