removing dns override options
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 23s

This commit is contained in:
2026-05-16 11:29:32 -03:00
parent 4976227ce8
commit 9db7273ae9

View File

@@ -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