Skip to content

Commit

Permalink
temp disable private dns
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Jun 18, 2022
1 parent 4ef7d18 commit fa72497
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ public void onReceive(Context context, Intent intent) {
handler.postDelayed(() -> {
// Apply the changes regards if network is up/not
InterfaceTracker.applyRulesOnChange(context, InterfaceTracker.BOOT_COMPLETED);

try {
G.registerPrivateLink();
}catch (Exception e){

}
}, G.getCustomDelay());
}

Expand Down

0 comments on commit fa72497

Please sign in to comment.