diff --git a/README.md b/README.md
index 9241855..d13a579 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ If you need even more privacy, check out [encrypted-dns over TOR](https://github
| Cloudflare Malware | πΊπΈ | Yes | Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-malware-https.mobileconfig) |
| Cloudflare Family | πΊπΈ | Yes | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-family-https.mobileconfig) |
| DNSPod | π¨π³ | Yes | [Operated](https://www.dnspod.cn/Products/publicdns?lang=en) by DNSPod (Tencent) in China | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/dnspod-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/dnspod-tls.mobileconfig) |
+| 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 | πΊπΈ | No | [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) |
| Mullvad | πΈπͺ | Yes | [Operated](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/) by Mullvad VPN AB | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/mullvad-doh.mobileconfig) |
| Mullvad with ad blocking | πΈπͺ | Yes | [Operated](https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/) by Mullvad VPN AB | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/mullvad-adblock-doh.mobileconfig) |
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
+
+