fix: use default server list for providers that don't have one

There are providers in the provider database
that do not have servers specified.
For such providers default list should be tried
just like when configuring unknown providers.
This commit is contained in:
link2xt
2024-09-02 01:18:38 +00:00
parent 845420cf17
commit 0a46e64971
3 changed files with 174 additions and 58 deletions

View File

@@ -11,7 +11,7 @@
mod auto_mozilla;
mod auto_outlook;
mod server_params;
pub(crate) mod server_params;
use anyhow::{bail, ensure, Context as _, Result};
use auto_mozilla::moz_autoconfigure;