mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Add README
This commit is contained in:
parent
7579780886
commit
7478e5c156
1 changed files with 26 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# CustomDNS
|
||||
|
||||
This is a sample app that configures a DNS-over-TLS resolver to the system. `NEDNSSettingsManager`, added in iOS 14, iPadOS 14, and macOS Bug Sur, makes that possible.
|
||||
|
||||
## Steps to Use
|
||||
|
||||
### In case of iOS/iPadOS
|
||||
|
||||
1. Open this app once
|
||||
1. Open the Settings
|
||||
1. Go to "General" > "VPN & Network" > "DNS"
|
||||
1. "Automatic" is selected by default, so select "CustomDNS"
|
||||
1. Force-quit and reopen this app
|
||||
1. If "Enabled" is displayed, the configuration is successfully enabled
|
||||
|
||||
### In case of macOS
|
||||
|
||||
1. Open this app once
|
||||
1. Open the Preferences
|
||||
1. Go to "Network"
|
||||
1. I don't know how to use it yet
|
||||
|
||||
## References
|
||||
|
||||
- https://developer.apple.com/documentation/networkextension/dns_settings
|
||||
- https://developer.apple.com/wwdc20/10047
|
||||
Loading…
Reference in a new issue