diff --git a/README.md b/README.md
index a8eb0b8..9241855 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ If you need even more privacy, check out [encrypted-dns over TOR](https://github
| 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) |
| 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) |
| OpenDNS | πΊπΈ | No | [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 | πΊπΈ | Yes | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/opendns-family-https.mobileconfig) |
| Quad9 | π¨π | Yes | [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) |
diff --git a/profiles/mullvad-adblock-doh.mobileconfig b/profiles/mullvad-adblock-doh.mobileconfig
new file mode 100644
index 0000000..5e238e2
--- /dev/null
+++ b/profiles/mullvad-adblock-doh.mobileconfig
@@ -0,0 +1,51 @@
+
+
+
+
+ PayloadContent
+
+
+ DNSSettings
+
+ DNSProtocol
+ HTTPS
+ ServerAddresses
+
+ 2a07:e340::3
+ 194.242.2.3
+
+ ServerURL
+ https://adblock.doh.mullvad.net/dns-query
+
+ PayloadDescription
+ Configures device to use Mullvad DNS over HTTPS
+ PayloadDisplayName
+ Mullvad DNS over HTTPS
+ PayloadIdentifier
+ com.apple.dnsSettings.managed.4A06FE90-FBD6-4603-8CEC-FD1C94BF304C
+ PayloadType
+ com.apple.dnsSettings.managed
+ PayloadUUID
+ 4A06FE90-FBD6-4603-8CEC-FD1C94BF304C
+ PayloadVersion
+ 1
+ ProhibitDisablement
+
+
+
+ PayloadDescription
+ Adds the Mullvad DNS with ad blocking to Big Sur and iOS 14 based systems
+ PayloadDisplayName
+ Mullvad DNS over HTTPS
+ PayloadIdentifier
+ com.paulmillr.apple-dns
+ PayloadRemovalDisallowed
+
+ PayloadType
+ Configuration
+ PayloadUUID
+ C1B95E85-C40A-4A0F-8C80-8B44C5478171
+ PayloadVersion
+ 1
+
+
diff --git a/profiles/mullvad-doh.mobileconfig b/profiles/mullvad-doh.mobileconfig
new file mode 100644
index 0000000..cf40b5d
--- /dev/null
+++ b/profiles/mullvad-doh.mobileconfig
@@ -0,0 +1,51 @@
+
+
+
+
+ PayloadContent
+
+
+ DNSSettings
+
+ DNSProtocol
+ HTTPS
+ ServerAddresses
+
+ 2a07:e340::2
+ 194.242.2.2
+
+ ServerURL
+ https://doh.mullvad.net/dns-query
+
+ PayloadDescription
+ Configures device to use Mullvad DNS over HTTPS
+ PayloadDisplayName
+ Mullvad DNS over HTTPS
+ PayloadIdentifier
+ com.apple.dnsSettings.managed.C846E5BF-D246-45FB-A9E2-A9B30A153A8B
+ PayloadType
+ com.apple.dnsSettings.managed
+ PayloadUUID
+ C846E5BF-D246-45FB-A9E2-A9B30A153A8B
+ PayloadVersion
+ 1
+ ProhibitDisablement
+
+
+
+ PayloadDescription
+ Adds the Mullvad DNS to Big Sur and iOS 14 based systems
+ PayloadDisplayName
+ Mullvad DNS over HTTPS
+ PayloadIdentifier
+ com.paulmillr.apple-dns
+ PayloadRemovalDisallowed
+
+ PayloadType
+ Configuration
+ PayloadUUID
+ 13001589-3D36-4CC9-B16B-622C8E744FF4
+ PayloadVersion
+ 1
+
+