mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-12 09:16:23 +02:00
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: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1611614ebe
commit
df7e8ff3d7
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ impl Resolver {
|
||||||
4 => hickory_resolver::config::LookupIpStrategy::Ipv6thenIpv4,
|
4 => hickory_resolver::config::LookupIpStrategy::Ipv6thenIpv4,
|
||||||
_ => hickory_resolver::config::LookupIpStrategy::Ipv4thenIpv6,
|
_ => hickory_resolver::config::LookupIpStrategy::Ipv4thenIpv6,
|
||||||
};
|
};
|
||||||
|
opts.authentic_data = false;
|
||||||
|
|
||||||
let resolver = Arc::new(TokioAsyncResolver::tokio(conf, opts));
|
let resolver = Arc::new(TokioAsyncResolver::tokio(conf, opts));
|
||||||
let overrides = Arc::new(StdRwLock::new(TlsNameMap::new()));
|
let overrides = Arc::new(StdRwLock::new(TlsNameMap::new()));
|
||||||
|
|
Loading…
Add table
Reference in a new issue