Adapt nicer_configuration_error to new error message

This commit is contained in:
link2xt
2023-01-19 18:29:18 +00:00
parent 20124bfca0
commit 7a47c9e38b

View File

@@ -665,6 +665,7 @@ async fn nicer_configuration_error(context: &Context, errors: Vec<ConfigurationE
if errors.iter().all(|e| {
e.msg.to_lowercase().contains("could not resolve")
|| e.msg.to_lowercase().contains("no dns resolution results")
|| e.msg
.to_lowercase()
.contains("temporary failure in name resolution")