Skip to content
Snippets Groups Projects
Commit 62fd6e2c authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

set AD bit to false in hickory


this is purely DNSSEC related which we don't use, and DNSSEC on matrix
is unbearable for federation (no one sets it up properly, it's extremely taxing, etc)

Signed-off-by: default avatarstrawberry <strawberry@puppygock.gay>
parent 668a7645
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ pub(crate) fn new(config: &Config) -> Self {
4 => hickory_resolver::config::LookupIpStrategy::Ipv6thenIpv4,
_ => hickory_resolver::config::LookupIpStrategy::Ipv4thenIpv6,
};
opts.authentic_data = false;
let resolver = Arc::new(TokioAsyncResolver::tokio(conf, opts));
let overrides = Arc::new(StdRwLock::new(TlsNameMap::new()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment