Quick settings tile to switch active private DNS server
Find a file
Maksim Karasev 5fe2354e7d Bump version
2024-07-03 18:12:50 +03:00
.github/ISSUE_TEMPLATE Add GitHub issue forms 2024-06-27 22:25:17 +03:00
.idea Update gitignore 2024-06-14 14:45:20 +03:00
app Bump version 2024-07-03 18:12:50 +03:00
fastlane/metadata/android/en-US Bump version 2024-07-03 18:12:50 +03:00
gradle/wrapper Update gradle 2024-06-21 13:08:42 +03:00
.gitattributes Initial commit 2021-08-17 14:32:21 +03:00
.gitignore Update gitignore 2024-06-14 14:45:20 +03:00
build.gradle Update gradle 2024-06-21 13:08:42 +03:00
gradle.properties Update gradle 2024-06-21 13:08:42 +03:00
gradlew Initial commit 2021-08-17 14:32:21 +03:00
gradlew.bat Initial commit 2021-08-17 14:32:21 +03:00
LICENSE Initial commit 2021-08-17 14:32:21 +03:00
readme.jpg Update Screenshots in Readme 2024-04-07 14:12:10 +05:30
README.md Update README.md 2024-06-27 15:30:10 +03:00
settings.gradle Remove jcenter repo 2023-09-11 16:29:01 +03:00

GitHub Downloads (all assets, all releases) GitHub Release IzzyOnDroid

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 or from IzzyOnDroid repo.

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.