📲 DNSecure is a configuration tool of DoT and DoH for iOS and iPadOS.
Find a file
2025-09-02 22:36:42 +09:00
.github ci: bump actions/checkout from 4 to 5 2025-08-18 12:17:34 +00:00
DNSecure refactor: use LabeledContent on newer OSes 2025-09-02 22:36:42 +09:00
DNSecure.xcodeproj fix: fix build failure by converting groups into folders 2025-09-02 22:36:42 +09:00
DNSecureTests style: swift-format 2025-04-06 05:51:39 +09:00
DNSecureUITests style: swift-format 2025-04-06 05:51:39 +09:00
.gitattributes chore: add .gitattributes 2024-10-12 02:33:37 +09:00
.gitignore Add Package.swift for Swift Playgrounds 2023-04-30 15:33:19 +09:00
.swift-format chore: add .swift-format 2025-04-06 05:51:29 +09:00
.yamllint.yml chore: add .yamllint.yml 2025-04-06 05:53:32 +09:00
LICENSE.txt chore: happy new year! 2025-01-20 02:12:51 +09:00
Package.swift chore: reset the build number to 1 2025-05-20 00:24:59 +09:00
privacy_policy.md Add Privacy Policy 2020-09-27 21:36:33 +09:00
README.md Fix App Store badges in README.md 2024-11-13 02:01:03 +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/macOS)

Download on the 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