Disable DBL in play store version

pull/207/head
M66B 2 years ago
parent 25c1fba61f
commit 94c017e44c

@ -372,6 +372,9 @@ public class DnsBlockList {
Log.e(ex);
}
this.responses = r.toArray(new InetAddress[0]);
if (!numeric && BuildConfig.PLAY_STORE_RELEASE)
this.enabled = null;
}
}
}

Loading…
Cancel
Save