tmp commit for debugging (revert me)

pull/1688/head
Jeff Becker 3 years ago
parent 82314a3cac
commit 0d64de17c8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -132,6 +132,7 @@ namespace llarp::dns
// intercept it to route it through our caching libunbound server (which then redirects the
// request to the lokinet-configured upstream, if not cached).
#ifdef ANDROID
LogError("android dns ", to);
return IsUpstreamResolver(to, from);
#else
return !IsUpstreamResolver(to, from);

Loading…
Cancel
Save