diff --git a/README.md b/README.md index b7f78e7..42ae0cf 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ If you need even more privacy, check out [encrypted-dns over TOR](https://github | [Cloudflare 1.1.1.1 Security][cloudflare-dns-family] | πŸ‡ΊπŸ‡Έ | Yes | Operated by Cloudflare Inc. Blocks malware & phishing | [HTTPS][cloudflare-dns-security-profile-https-signed] | [HTTPS][cloudflare-dns-security-profile-https] | | [Cloudflare 1.1.1.1 Family][cloudflare-dns-family] | πŸ‡ΊπŸ‡Έ | Yes | Operated by Cloudflare Inc. Blocks malware, phishing & adult content | [HTTPS][cloudflare-dns-family-profile-https-signed] | [HTTPS][cloudflare-dns-family-profile-https] | | [DNSPod Public DNS][dnspod-dns] | πŸ‡¨πŸ‡³ | No | Operated by DNSPod Inc., a Tencent Cloud Company | [HTTPS][dnspod-dns-profile-https-signed], [TLS][dnspod-dns-profile-tls-signed] | [HTTPS][dnspod-dns-profile-https], [TLS][dnspod-dns-profile-tls] | +| FDN | πŸ‡«πŸ‡· | No | [Operated](https://www.fdn.fr/actions/dns/) by French Data Network | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/fdn-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/fdn-tls.mobileconfig) | | [Google Public DNS][google-dns] | πŸ‡ΊπŸ‡Έ | No | Operated by Google LLC | [HTTPS][google-dns-profile-https-signed], [TLS][google-dns-profile-tls-signed] | [HTTPS][google-dns-profile-https], [TLS][google-dns-profile-tls] | | [keweonDNS][keweondns] | πŸ‡©πŸ‡ͺ | No | Operated by Aviontex. Blocks ads & tracking | [HTTPS][keweondns-profile-https-signed], [TLS][keweondns-profile-tls-signed] | [HTTPS][keweondns-profile-https], [TLS][keweondns-profile-tls] | | [Mullvad DNS][mullvad-dns] | πŸ‡ΈπŸ‡ͺ | Yes | Operated by Mullvad VPN AB | [HTTPS][mullvad-dns-profile-https-signed] | [HTTPS][mullvad-dns-profile-https] | diff --git a/profiles/fdn-https.mobileconfig b/profiles/fdn-https.mobileconfig new file mode 100644 index 0000000..2cc9be4 --- /dev/null +++ b/profiles/fdn-https.mobileconfig @@ -0,0 +1,53 @@ + + + + + PayloadContent + + + DNSSettings + + DNSProtocol + HTTPS + ServerAddresses + + 2001:910:800::12 + 2001:910:800::40 + 80.67.169.12 + 80.67.169.40 + + ServerURL + https://ns0.fdn.fr/dns-query + + PayloadDescription + Configures device to use Google Encrypted DNS over HTTPS + PayloadDisplayName + FDN DNS over HTTPS + PayloadIdentifier + com.apple.dnsSettings.managed.f0ffd552-7183-4f2e-86e5-ee1ecad2a53a + PayloadType + com.apple.dnsSettings.managed + PayloadUUID + 0ffcd083-5afa-4ba2-88e1-f01abd75bcc2 + PayloadVersion + 1 + ProhibitDisablement + + + + PayloadDescription + Adds the FDN DNS to Big Sur and iOS 14 based systems + PayloadDisplayName + FDN Encrypted DNS over HTTPS + PayloadIdentifier + com.paulmillr.apple-dns + PayloadRemovalDisallowed + + PayloadType + Configuration + PayloadUUID + 93C5EB95-3A25-4097-B64B-02B5F1493D32 + PayloadVersion + 1 + + diff --git a/profiles/fdn-tls.mobileconfig b/profiles/fdn-tls.mobileconfig new file mode 100644 index 0000000..199482c --- /dev/null +++ b/profiles/fdn-tls.mobileconfig @@ -0,0 +1,53 @@ + + + + + PayloadContent + + + DNSSettings + + DNSProtocol + TLS + ServerAddresses + + 2001:910:800::12 + 2001:910:800::40 + 80.67.169.12 + 80.67.169.40 + + ServerName + dns.fdn + + PayloadDescription + Configures device to use FDN Encrypted DNS over TLS + PayloadDisplayName + FDN DNS over TLS + PayloadIdentifier + com.apple.dnsSettings.managed.f0ffd552-7183-4f2e-86e5-ee1ecad2a53a + PayloadType + com.apple.dnsSettings.managed + PayloadUUID + 0ffcd083-5afa-4ba2-88e1-f01abd75bcc2 + PayloadVersion + 1 + ProhibitDisablement + + + + PayloadDescription + Adds the FDN DNS to Big Sur and iOS 14 based systems + PayloadDisplayName + FDN Encrypted DNS over TLS + PayloadIdentifier + com.paulmillr.apple-dns + PayloadRemovalDisallowed + + PayloadType + Configuration + PayloadUUID + 9017B9B8-E425-4121-B99A-7081EA80EA98 + PayloadVersion + 1 + +