tmp commit for debugging (revert me)

This commit is contained in:
Jeff Becker 2021-09-02 18:46:39 -04:00
parent 82314a3cac
commit 0d64de17c8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 0 deletions

View File

@ -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);