From 9db7273ae9048798286e21fe6f035e18b5b98b60 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sat, 16 May 2026 11:29:32 -0300 Subject: [PATCH] removing dns override options --- dns-override.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dns-override.sh b/dns-override.sh index f71fa18..8b1a2fe 100644 --- a/dns-override.sh +++ b/dns-override.sh @@ -438,7 +438,6 @@ apply_static_resolv_conf() { lines="$(dns_nameserver_lines)" content="# Managed by ${SCRIPT_NAME} v${SCRIPT_VERSION} at ${now}"$'\n' content+="$lines" - content+="options timeout:2 attempts:2 rotate"$'\n' write_root_file "/etc/resolv.conf" "$content" || return 1 run_root chmod 644 /etc/resolv.conf || true