📲 DNSecure is a configuration tool of DoT and DoH for iOS and iPadOS.
Find a file
2024-01-12 21:47:58 +09:00
DNSecure refactor: make it work in Swift Playgrounds again 2024-01-12 21:47:58 +09:00
DNSecure.xcodeproj chore: bump version to 1.4.4 (20) 2024-01-07 12:54:51 +09:00
DNSecureTests Rename the app 2020-09-25 18:54:07 +09:00
DNSecureUITests Rename the app 2020-09-25 18:54:07 +09:00
.gitignore Add Package.swift for Swift Playgrounds 2023-04-30 15:33:19 +09:00
LICENSE.txt docs: happy new year! 2024-01-04 00:28:56 +09:00
Package.swift chore: bump version to 1.4.4 (20) 2024-01-07 12:54:51 +09:00
privacy_policy.md Add Privacy Policy 2020-09-27 21:36:33 +09:00
README.md docs: add a TestFlight link for macOS 2024-01-07 13:04:26 +09:00

DNSecure

iOS 14+, iPadOS 14+, and macOS 11+ have supported encrypted DNS (e.g. DNS-over-TLS (DoT) and DNS-over-HTTPS (DoH)), but they don't have a native UI for enabling it. To solve that, DNSecure was created. DNSecure is a configuration tool of DoT and DoH.

This app uses the new DNS Settings API, so it requires iOS 14+, iPadOS 14+, or macOS 11+.

Installation (iOS/iPadOS)

Download on the App Store or TestFlight Beta

Installation (macOS)

Download on the Mac App Store or TestFlight Beta

How to use (iOS/iPadOS)

  1. Select a DNS server you like, or add another one
  2. Enable "Use This Server"
  3. Open the Settings
  4. Go to "General" > "VPN & Network" > "DNS"
  5. "Automatic" is selected by default, so select "DNSecure"

How to use (macOS 13+)

  1. Select a DNS server you like, or add another one
  2. Enable "Use This Server"
  3. Open the System Settings
  4. Go to Network settings and click "Filters"
  5. Enable "DNSecure"

How to use (macOS 12)

  1. Select a DNS server you like, or add another one
  2. Enable "Use This Server"
  3. Open the System Preferences
  4. Go to Network settings
  5. Select "DNSecure" and click "..." button on the bottom
  6. Click "Make Service Active"
  7. Click "Apply" button

References