mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Update README.md
This commit is contained in:
parent
7297768e9e
commit
272e003785
1 changed files with 12 additions and 3 deletions
15
README.md
15
README.md
|
|
@ -3,11 +3,11 @@
|
|||
<a href="https://apps.apple.com/us/app/dnsecure/id1533413232?itsct=apps_box&itscg=30200" style="display: inline-block; overflow: hidden; border-top-left-radius: 13px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; width: 250px; height: 83px;"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-US?size=250x83&releaseDate=1601251200&h=77f35e8e1cad98287ffaa894b10bb6e2" alt="Download on the App Store" style="border-top-left-radius: 13px; border-top-right-radius: 13px; border-bottom-right-radius: 13px; border-bottom-left-radius: 13px; width: 250px; height: 83px;"></a>
|
||||
or [TestFlight Beta](https://testflight.apple.com/join/A8GwCnq8)
|
||||
|
||||
iOS/iPadOS has supported encrypted DNS (e.g. DNS-over-TLS (DoT) and DNS-over-HTTPS (DoH)) since 14.0, but the Settings app doesn't have settings for using it. To solve that, DNSecure was created. DNSecure is a configuration tool of DoT and DoH.
|
||||
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 later.
|
||||
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+.
|
||||
|
||||
## How to use
|
||||
## How to use (iOS/iPadOS)
|
||||
|
||||
1. Select a DNS server you like, or add another one
|
||||
1. Enable "Use This Server"
|
||||
|
|
@ -15,6 +15,15 @@ This app uses the new [DNS Settings API](https://developer.apple.com/documentati
|
|||
1. Go to "General" > "VPN & Network" > "DNS"
|
||||
1. "Automatic" is selected by default, so select "DNSecure"
|
||||
|
||||
## How to use (macOS)
|
||||
|
||||
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"
|
||||
|
||||
## References
|
||||
|
||||
- https://developer.apple.com/documentation/networkextension/dns_settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue