Merge pull request #1817 from majestrate/disable-upstream-ip6-dns-2021-12-03

disable ip6 upstream dns in libunbound
pull/1819/head
Jeff 3 years ago committed by GitHub
commit 5890c99a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,6 +106,9 @@ namespace llarp::dns
return false;
}
// disable ip6 for upstream dns
ub_ctx_set_option(unboundContext, "prefer-ip6", "0");
// enable async
ub_ctx_async(unboundContext, 1);
#ifdef _WIN32
runner = std::thread{[&]() {

Loading…
Cancel
Save