Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 26 days ago
JSON representation

DNSecure is a configuration tool of DoT and DoH for iOS and iPadOS.

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)

Download on the App Store
or [TestFlight Beta](https://testflight.apple.com/join/A8GwCnq8)

## Installation (macOS)

Download on the Mac App Store
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