mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-10-27 21:06:06 +08:00
This reverts commit d49a373102.
This commit is contained in:
parent
927576583d
commit
d985cc15c2
1 changed files with 0 additions and 4 deletions
|
|
@ -109,10 +109,6 @@ impl Resolvers {
|
|||
"quad9-tls" => (ResolverConfig::quad9_tls(), ResolverOpts::default()),
|
||||
"google" => (ResolverConfig::google(), ResolverOpts::default()),
|
||||
"system" => read_system_conf()
|
||||
.map(|(conf, mut opts)| {
|
||||
opts.edns0 = true;
|
||||
(conf, opts)
|
||||
})
|
||||
.map_err(|err| {
|
||||
config.new_build_error(
|
||||
"resolver.type",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue