diff --git a/README.md b/README.md index 0a2b12f..07d3b66 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Check out the article for more info: [paulmillr.com/posts/encrypted-dns/](https: | Google | πŸ‡ΊπŸ‡Έ | 🟒 | [Operated](https://developers.google.com/speed/public-dns/docs/secure-transports) by Google | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/google-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/google-tls.mobileconfig) | | OpenDNS | πŸ‡ΊπŸ‡Έ | 🟒 | [Operated](https://support.opendns.com/hc/en-us/articles/360038086532) by OpenDNS | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/opendns-https.mobileconfig) | | OpenDNS Family | πŸ‡ΊπŸ‡Έ | πŸ”΄ | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/opendns-family-https.mobileconfig) | -| Quad9 | πŸ‡ΊπŸ‡Έ | πŸ”΄ | [Operated](https://www.quad9.net/news/blog/doh-with-quad9-dns-servers/) by CleanerDNS, Inc. Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/quad9-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/quad9-tls.mobileconfig) | +| Quad9 | πŸ‡¨πŸ‡­ | πŸ”΄ | [Operated](https://www.quad9.net/news/blog/doh-with-quad9-dns-servers/) by CleanerDNS, Inc. Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/quad9-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/quad9-tls.mobileconfig) | +| Quad9 With ECS | πŸ‡¨πŸ‡­ | πŸ”΄ | [Operated](https://www.quad9.net/news/blog/doh-with-quad9-dns-servers/) by CleanerDNS, Inc. Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/quad9-ECS-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/quad9-ECS-tls.mobileconfig) | | Tiar.app | πŸ‡ΈπŸ‡¬ πŸ‡ΊπŸ‡Έ | πŸ”΄ | ["Privacy-first DNS provider"](https://doh.tiar.app) from SG, hosted on Digital Ocean. Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/tiarapp-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/tiarapp-tls.mobileconfig) | ## Installation diff --git a/profiles/quad9-ECS-https.mobileconfig b/profiles/quad9-ECS-https.mobileconfig new file mode 100644 index 0000000..59b9bf0 --- /dev/null +++ b/profiles/quad9-ECS-https.mobileconfig @@ -0,0 +1,53 @@ + + + + + PayloadContent + + + DNSSettings + + DNSProtocol + HTTPS + ServerAddresses + + 2620:fe::fe:11 + 2620:fe::11 + 9.9.9.11 + 149.112.112.11 + + ServerURL + https://dns11.quad9.net/dns-query + + PayloadDescription + Configures device to use Quad9 Encrypted DNS over HTTPS with ECS + PayloadDisplayName + Quad9 DNS over HTTPS with ECS + PayloadIdentifier + com.apple.dnsSettings.managed.1a93b54b-8541-4536-8302-c08159ca9184 + PayloadType + com.apple.dnsSettings.managed + PayloadUUID + ffee2c6b-9cff-4c2a-892c-e03788bcbd64 + PayloadVersion + 1 + ProhibitDisablement + + + + PayloadDescription + Adds the Quad9 with ECS DNS to Big Sur and iOS 14 based systems + PayloadDisplayName + Quad9 with ECS Encrypted DNS over HTTPS + PayloadIdentifier + com.paulmillr.apple-dns + PayloadRemovalDisallowed + + PayloadType + Configuration + PayloadUUID + 088A5DC0-0E1F-4699-A56D-A709078D7603 + PayloadVersion + 1 + + diff --git a/profiles/quad9-ECS-tls.mobileconfig b/profiles/quad9-ECS-tls.mobileconfig new file mode 100644 index 0000000..3c5cb46 --- /dev/null +++ b/profiles/quad9-ECS-tls.mobileconfig @@ -0,0 +1,53 @@ + + + + + PayloadContent + + + DNSSettings + + DNSProtocol + TLS + ServerAddresses + + 2620:fe::fe:11 + 2620:fe::11 + 9.9.9.11 + 149.112.112.11 + + ServerName + dns11.quad9.net + + PayloadDescription + Configures device to use Quad9 with ECS Encrypted DNS over HTTPS + PayloadDisplayName + Quad9 DNS over TLS with ECS + PayloadIdentifier + com.apple.dnsSettings.managed.1a93b54b-8541-4536-8302-c08159ca9184 + PayloadType + com.apple.dnsSettings.managed + PayloadUUID + ffee2c6b-9cff-4c2a-892c-e03788bcbd64 + PayloadVersion + 1 + ProhibitDisablement + + + + PayloadDescription + Adds the Quad9 with ECS DNS to Big Sur and iOS 14 based systems + PayloadDisplayName + Quad9 with ECS Encrypted DNS over TLS + PayloadIdentifier + com.paulmillr.apple-dns + PayloadRemovalDisallowed + + PayloadType + Configuration + PayloadUUID + 36F1938F-2141-4EF1-BA24-05D12CEF440B + PayloadVersion + 1 + +