diff --git a/llarp/dns/server.cpp b/llarp/dns/server.cpp index 1abd83c57..759abe064 100644 --- a/llarp/dns/server.cpp +++ b/llarp/dns/server.cpp @@ -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);