Skip to content

karasevm/PrivateDNSAndroid

Repository files navigation

Private DNS Quick Toggle

A quick settings tile to switch your private dns provider. Supports any number of providers. Makes it easy to turn adblocking dns servers on or off with just a single tap.

Private DNS app screenshot

Installation

Get the latest apk on the releases page.

Automatic (Shizuku)

  1. Install and start Shizuku.
  2. Start the app and allow Shizuku access when prompted.

Manual

For the app to work properly you'll need to provide it permissions via ADB:

  1. Get to your PC and download platform tools from google here.
  2. Extract the tools, and open terminal in the same directory (Windows guide, macos guide).
  3. Turn on USB Debugging on your phone (This may require different steps, for Xiaomi you also have to enable USB Debugging (Security settings), but generally this video guide should work on most phones)
  4. Connect your phone to your PC
  5. Run this command in the terminal
./adb shell pm grant ru.karasevm.privatednstoggle android.permission.WRITE_SECURE_SETTINGS
  1. That's it, you should have the app installed.