Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/DNSecure
DNSecure is a configuration tool of DoT and DoH for iOS and iPadOS.
https://github.com/kkebo/DNSecure
dns dns-over-https dns-over-tls doh dot ios ipados swift
Last synced: 3 months ago
JSON representation
DNSecure is a configuration tool of DoT and DoH for iOS and iPadOS.
- Host: GitHub
- URL: https://github.com/kkebo/DNSecure
- Owner: kkebo
- License: mit
- Created: 2020-07-23T14:23:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T18:17:18.000Z (4 months ago)
- Last Synced: 2024-07-21T20:06:44.101Z (4 months ago)
- Topics: dns, dns-over-https, dns-over-tls, doh, dot, ios, ipados, swift
- Language: Swift
- Homepage:
- Size: 2.77 MB
- Stars: 293
- Watchers: 13
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://developer.apple.com/documentation/networkextension/dns_settings), so it requires iOS 14+, iPadOS 14+, or macOS 11+.
## Installation (iOS/iPadOS)
or [TestFlight Beta](https://testflight.apple.com/join/A8GwCnq8)## Installation (macOS)
or [TestFlight Beta](https://testflight.apple.com/join/A8GwCnq8)## How to use (iOS/iPadOS)
1. Select a DNS server you like, or add another one
1. Enable "Use This Server"
1. Open the Settings
1. Go to "General" > "VPN & Network" > "DNS"
1. "Automatic" is selected by default, so select "DNSecure"## How to use (macOS 13+)
1. Select a DNS server you like, or add another one
1. Enable "Use This Server"
1. Open the System Settings
1. Go to Network settings and click "Filters"
1. Enable "DNSecure"## How to use (macOS 12)
1. Select a DNS server you like, or add another one
1. Enable "Use This Server"
1. Open the System Preferences
1. Go to Network settings
1. Select "DNSecure" and click "..." button on the bottom
1. Click "Make Service Active"
1. Click "Apply" button## References
- https://developer.apple.com/documentation/networkextension/dns_settings
- https://developer.apple.com/wwdc20/10047