From 0f6d04a345bf8eb2394d6c7c552f13b936d3109b Mon Sep 17 00:00:00 2001
From: wesinator <5124946+wesinator@users.noreply.github.com>
Date: Thu, 29 Jul 2021 16:44:09 -0400
Subject: [PATCH 1/7] add cleanbrowsing tls, https profile configs
---
.../cleanbrowsing-adult-https.mobileconfig | 53 +++++++++++++++++++
profiles/cleanbrowsing-adult-tls.mobileconfig | 53 +++++++++++++++++++
.../cleanbrowsing-family-https.mobileconfig | 53 +++++++++++++++++++
.../cleanbrowsing-family-tls.mobileconfig | 53 +++++++++++++++++++
.../cleanbrowsing-security-https.mobileconfig | 53 +++++++++++++++++++
.../cleanbrowsing-security-tls.mobileconfig | 53 +++++++++++++++++++
6 files changed, 318 insertions(+)
create mode 100644 profiles/cleanbrowsing-adult-https.mobileconfig
create mode 100644 profiles/cleanbrowsing-adult-tls.mobileconfig
create mode 100644 profiles/cleanbrowsing-family-https.mobileconfig
create mode 100644 profiles/cleanbrowsing-family-tls.mobileconfig
create mode 100644 profiles/cleanbrowsing-security-https.mobileconfig
create mode 100644 profiles/cleanbrowsing-security-tls.mobileconfig
diff --git a/profiles/cleanbrowsing-adult-https.mobileconfig b/profiles/cleanbrowsing-adult-https.mobileconfig
new file mode 100644
index 0000000..abdc299
--- /dev/null
+++ b/profiles/cleanbrowsing-adult-https.mobileconfig
@@ -0,0 +1,53 @@
+
+
+
+
+ PayloadContent
+
+
+ DNSSettings
+
+ DNSProtocol
+ HTTPS
+ ServerAddresses
+
+ 2a0d:2a00:1::1
+ 2a0d:2a00:2::1
+ 185.228.169.10
+ 185.228.168.10
+
+ ServerURL
+ https://doh.cleanbrowsing.org/doh/Adult-filter/
+
+ PayloadDescription
+ Configures device to use Cleanbrowsing Adult Filter Encrypted DNS over HTTPS
+ PayloadDisplayName
+ Cleanbrowsing Adult Filter DNS over HTTPS
+ PayloadIdentifier
+ com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4
+ PayloadType
+ com.apple.dnsSettings.managed
+ PayloadUUID
+ 35d5c8a0-afa6-4b36-a9fe-099a997b44ad
+ PayloadVersion
+ 1
+ ProhibitDisablement
+
+
+
+ PayloadDescription
+ Adds the Cleanbrowsing Adult Filter DNS to Big Sur and iOS 14 based systems
+ PayloadDisplayName
+ Cleanbrowsing Adult Filter DNS over HTTPS
+ PayloadIdentifier
+ com.paulmillr.apple-dns
+ PayloadRemovalDisallowed
+
+ PayloadType
+ Configuration
+ PayloadUUID
+ 5B083B6A-F07D-4B98-AF3B-EAF9F89CAE49
+ PayloadVersion
+ 1
+
+
diff --git a/profiles/cleanbrowsing-adult-tls.mobileconfig b/profiles/cleanbrowsing-adult-tls.mobileconfig
new file mode 100644
index 0000000..027b3be
--- /dev/null
+++ b/profiles/cleanbrowsing-adult-tls.mobileconfig
@@ -0,0 +1,53 @@
+
+
+
+
+ PayloadContent
+
+
+ DNSSettings
+
+ DNSProtocol
+ TLS
+ ServerAddresses
+
+ 2a0d:2a00:1::1
+ 2a0d:2a00:2::1
+ 185.228.169.10
+ 185.228.168.10
+
+ ServerName
+ adult-filter-dns.cleanbrowsing.org
+
+ PayloadDescription
+ Configures device to use Cleanbrowsing Adult Filter Encrypted DNS over TLS
+ PayloadDisplayName
+ Cleanbrowsing Adult Filter DNS over TLS
+ PayloadIdentifier
+ com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4
+ PayloadType
+ com.apple.dnsSettings.managed
+ PayloadUUID
+ 35d5c8a0-afa6-4b36-a9fe-099a997b44ad
+ PayloadVersion
+ 1
+ ProhibitDisablement
+
+
+
+ PayloadDescription
+ Adds the Cleanbrowsing Adult Filter DNS to Big Sur and iOS 14 based systems
+ PayloadDisplayName
+ Cleanbrowsing Adult Filter DNS over TLS
+ PayloadIdentifier
+ com.paulmillr.apple-dns
+ PayloadRemovalDisallowed
+
+ PayloadType
+ Configuration
+ PayloadUUID
+ 7AE40871-B9FA-4215-9AB5-E7A17505C154
+ PayloadVersion
+ 1
+
+
diff --git a/profiles/cleanbrowsing-family-https.mobileconfig b/profiles/cleanbrowsing-family-https.mobileconfig
new file mode 100644
index 0000000..547d62c
--- /dev/null
+++ b/profiles/cleanbrowsing-family-https.mobileconfig
@@ -0,0 +1,53 @@
+
+
+
+
+ PayloadContent
+
+
+ DNSSettings
+
+ DNSProtocol
+ HTTPS
+ ServerAddresses
+
+ 2a0d:2a00:1::
+ 2a0d:2a00:1::
+ 185.228.169.168
+ 185.228.168.168
+
+ ServerURL
+ https://doh.cleanbrowsing.org/doh/family-filter/
+
+ PayloadDescription
+ Configures device to use Cleanbrowsing Family Filter Encrypted DNS over HTTPS
+ PayloadDisplayName
+ Cleanbrowsing Family Filter DNS over HTTPS
+ PayloadIdentifier
+ com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4
+ PayloadType
+ com.apple.dnsSettings.managed
+ PayloadUUID
+ 35d5c8a0-afa6-4b36-a9fe-099a997b44ad
+ PayloadVersion
+ 1
+ ProhibitDisablement
+
+
+
+ PayloadDescription
+ Adds the Cleanbrowsing Family Filter DNS to Big Sur and iOS 14 based systems
+ PayloadDisplayName
+ Cleanbrowsing Family Filter DNS over HTTPS
+ PayloadIdentifier
+ com.paulmillr.apple-dns
+ PayloadRemovalDisallowed
+
+ PayloadType
+ Configuration
+ PayloadUUID
+ 3E5C292F-D880-4F69-BB49-2A4AA20BDADA
+ PayloadVersion
+ 1
+
+
diff --git a/profiles/cleanbrowsing-family-tls.mobileconfig b/profiles/cleanbrowsing-family-tls.mobileconfig
new file mode 100644
index 0000000..d8111a6
--- /dev/null
+++ b/profiles/cleanbrowsing-family-tls.mobileconfig
@@ -0,0 +1,53 @@
+
+
+
+
+ PayloadContent
+
+
+ DNSSettings
+
+ DNSProtocol
+ TLS
+ ServerAddresses
+
+ 2a0d:2a00:1::
+ 2a0d:2a00:1::
+ 185.228.169.168
+ 185.228.168.168
+
+ ServerName
+ family-filter-dns.cleanbrowsing.org
+
+ PayloadDescription
+ Configures device to use Cleanbrowsing Family Filter Encrypted DNS over TLS
+ PayloadDisplayName
+ Cleanbrowsing Family Filter DNS over TLS
+ PayloadIdentifier
+ com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4
+ PayloadType
+ com.apple.dnsSettings.managed
+ PayloadUUID
+ 35d5c8a0-afa6-4b36-a9fe-099a997b44ad
+ PayloadVersion
+ 1
+ ProhibitDisablement
+
+
+
+ PayloadDescription
+ Adds the Cleanbrowsing Family Filter DNS to Big Sur and iOS 14 based systems
+ PayloadDisplayName
+ Cleanbrowsing Family Filter DNS over TLS
+ PayloadIdentifier
+ com.paulmillr.apple-dns
+ PayloadRemovalDisallowed
+
+ PayloadType
+ Configuration
+ PayloadUUID
+ 92BC38A9-5D7F-4F5B-BEE1-08F3BE17CED0
+ PayloadVersion
+ 1
+
+
diff --git a/profiles/cleanbrowsing-security-https.mobileconfig b/profiles/cleanbrowsing-security-https.mobileconfig
new file mode 100644
index 0000000..b4c80b4
--- /dev/null
+++ b/profiles/cleanbrowsing-security-https.mobileconfig
@@ -0,0 +1,53 @@
+
+
+
+
+ PayloadContent
+
+
+ DNSSettings
+
+ DNSProtocol
+ HTTPS
+ ServerAddresses
+
+ 2a0d:2a00:1::2
+ 2a0d:2a00:2::2
+ 185.228.168.9
+ 185.228.169.9
+
+ ServerURL
+ https://doh.cleanbrowsing.org/doh/Security-filter/
+
+ PayloadDescription
+ Configures device to use Cleanbrowsing Security Filter Encrypted DNS over HTTPS
+ PayloadDisplayName
+ Cleanbrowsing Security Filter DNS over HTTPS
+ PayloadIdentifier
+ com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4
+ PayloadType
+ com.apple.dnsSettings.managed
+ PayloadUUID
+ 35d5c8a0-afa6-4b36-a9fe-099a997b44ad
+ PayloadVersion
+ 1
+ ProhibitDisablement
+
+
+
+ PayloadDescription
+ Adds the Cleanbrowsing Security Filter DNS to Big Sur and iOS 14 based systems
+ PayloadDisplayName
+ Cleanbrowsing Security Filter DNS over HTTPS
+ PayloadIdentifier
+ com.paulmillr.apple-dns
+ PayloadRemovalDisallowed
+
+ PayloadType
+ Configuration
+ PayloadUUID
+ 78dbd2ce-517f-4be9-ae5b-5ae25e35d7bc
+ PayloadVersion
+ 1
+
+
diff --git a/profiles/cleanbrowsing-security-tls.mobileconfig b/profiles/cleanbrowsing-security-tls.mobileconfig
new file mode 100644
index 0000000..de18507
--- /dev/null
+++ b/profiles/cleanbrowsing-security-tls.mobileconfig
@@ -0,0 +1,53 @@
+
+
+
+
+ PayloadContent
+
+
+ DNSSettings
+
+ DNSProtocol
+ TLS
+ ServerAddresses
+
+ 2a0d:2a00:1::2
+ 2a0d:2a00:2::2
+ 185.228.168.9
+ 185.228.169.9
+
+ ServerName
+ security-filter-dns.cleanbrowsing.org
+
+ PayloadDescription
+ Configures device to use Cleanbrowsing Security Filter Encrypted DNS over TLS
+ PayloadDisplayName
+ Cleanbrowsing Security Filter DNS over TLS
+ PayloadIdentifier
+ com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4
+ PayloadType
+ com.apple.dnsSettings.managed
+ PayloadUUID
+ 35d5c8a0-afa6-4b36-a9fe-099a997b44ad
+ PayloadVersion
+ 1
+ ProhibitDisablement
+
+
+
+ PayloadDescription
+ Adds the Cleanbrowsing Security Filter DNS to Big Sur and iOS 14 based systems
+ PayloadDisplayName
+ Cleanbrowsing Security Filter DNS over TLS
+ PayloadIdentifier
+ com.paulmillr.apple-dns
+ PayloadRemovalDisallowed
+
+ PayloadType
+ Configuration
+ PayloadUUID
+ E0B418C8-CBD7-4E7C-A176-3AC4BB62907F
+ PayloadVersion
+ 1
+
+
From 309ec355ebe7ab1a3f50b09f59671e9555d5d374 Mon Sep 17 00:00:00 2001
From: wesinator <5124946+wesinator@users.noreply.github.com>
Date: Thu, 29 Jul 2021 16:46:41 -0400
Subject: [PATCH 2/7] fix url caps
---
profiles/cleanbrowsing-adult-https.mobileconfig | 2 +-
profiles/cleanbrowsing-security-https.mobileconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/profiles/cleanbrowsing-adult-https.mobileconfig b/profiles/cleanbrowsing-adult-https.mobileconfig
index abdc299..cc92e3c 100644
--- a/profiles/cleanbrowsing-adult-https.mobileconfig
+++ b/profiles/cleanbrowsing-adult-https.mobileconfig
@@ -17,7 +17,7 @@
185.228.168.10
ServerURL
- https://doh.cleanbrowsing.org/doh/Adult-filter/
+ https://doh.cleanbrowsing.org/doh/adult-filter/
PayloadDescription
Configures device to use Cleanbrowsing Adult Filter Encrypted DNS over HTTPS
diff --git a/profiles/cleanbrowsing-security-https.mobileconfig b/profiles/cleanbrowsing-security-https.mobileconfig
index b4c80b4..240a8b5 100644
--- a/profiles/cleanbrowsing-security-https.mobileconfig
+++ b/profiles/cleanbrowsing-security-https.mobileconfig
@@ -17,7 +17,7 @@
185.228.169.9
ServerURL
- https://doh.cleanbrowsing.org/doh/Security-filter/
+ https://doh.cleanbrowsing.org/doh/security-filter/
PayloadDescription
Configures device to use Cleanbrowsing Security Filter Encrypted DNS over HTTPS
From cb86b59e1e0b6abea0020ff72b97dfa9e83e2eea Mon Sep 17 00:00:00 2001
From: wesinator <5124946+wesinator@users.noreply.github.com>
Date: Thu, 29 Jul 2021 16:47:45 -0400
Subject: [PATCH 3/7] cap uuid
---
profiles/cleanbrowsing-security-https.mobileconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/cleanbrowsing-security-https.mobileconfig b/profiles/cleanbrowsing-security-https.mobileconfig
index 240a8b5..f4b1a82 100644
--- a/profiles/cleanbrowsing-security-https.mobileconfig
+++ b/profiles/cleanbrowsing-security-https.mobileconfig
@@ -46,7 +46,7 @@
PayloadType
Configuration
PayloadUUID
- 78dbd2ce-517f-4be9-ae5b-5ae25e35d7bc
+ 30A6F82B-5A75-40BB-B45E-04170CFEF7D3
PayloadVersion
1
From 315bb4caf6eb63ce3efa064bee0860517fa25b71 Mon Sep 17 00:00:00 2001
From: wesinator <5124946+wesinator@users.noreply.github.com>
Date: Thu, 29 Jul 2021 17:20:51 -0400
Subject: [PATCH 4/7] add cleanbrowsing to readme
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 0a2b12f..59736bd 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,9 @@ Check out the article for more info: [paulmillr.com/posts/encrypted-dns/](https:
| Canadian Shield Private | π¨π¦ | π’ | [Operated](https://www.cira.ca/cybersecurity-services/canadian-shield/configure) by the Canadian Internet Registration Authority (CIRA) | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-private-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-private-tls.mobileconfig) |
| Canadian Shield Protected | π¨π¦ | π΄ | [Filters](https://www.cira.ca/cybersecurity-services/canadian-shield/configure) malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-protected-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-protected-tls.mobileconfig) |
| Canadian Shield Family | π¨π¦ | π΄ | [Filters](https://www.cira.ca/cybersecurity-services/canadian-shield/configure) malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-family-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-family-tls.mobileconfig) |
+| Cleanbrowsing Family Filter | πΊπΈ | π΄ | Filters malware & adult, mixed content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-family-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-family-tls.mobileconfig) |
+| Cleanbrowsing Adult Filter | πΊπΈ | π΄ | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-tls.mobileconfig) |
+| Cleanbrowsing Security Filter | πΊπΈ | π΄ | Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-security-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-tls.mobileconfig) |
| Cloudflare | πΊπΈ | π’ | [Operated](https://developers.cloudflare.com/1.1.1.1/dns-over-https) by Cloudflare 1.1.1.1 | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-tls.mobileconfig) |
| Cloudflare Malware | πΊπΈ | π΄ | Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-malware-https.mobileconfig) |
| Cloudflare Family | πΊπΈ | π΄ | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-family-https.mobileconfig) |
From a9f58be883516e88a7433692628f776117f5fe30 Mon Sep 17 00:00:00 2001
From: wesinator <5124946+wesinator@users.noreply.github.com>
Date: Thu, 29 Jul 2021 17:22:14 -0400
Subject: [PATCH 5/7] fix link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 59736bd..b03e547 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Check out the article for more info: [paulmillr.com/posts/encrypted-dns/](https:
| Canadian Shield Family | π¨π¦ | π΄ | [Filters](https://www.cira.ca/cybersecurity-services/canadian-shield/configure) malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-family-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-family-tls.mobileconfig) |
| Cleanbrowsing Family Filter | πΊπΈ | π΄ | Filters malware & adult, mixed content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-family-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-family-tls.mobileconfig) |
| Cleanbrowsing Adult Filter | πΊπΈ | π΄ | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-tls.mobileconfig) |
-| Cleanbrowsing Security Filter | πΊπΈ | π΄ | Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-security-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-tls.mobileconfig) |
+| Cleanbrowsing Security Filter | πΊπΈ | π΄ | Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-security-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-security-tls.mobileconfig) |
| Cloudflare | πΊπΈ | π’ | [Operated](https://developers.cloudflare.com/1.1.1.1/dns-over-https) by Cloudflare 1.1.1.1 | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-tls.mobileconfig) |
| Cloudflare Malware | πΊπΈ | π΄ | Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-malware-https.mobileconfig) |
| Cloudflare Family | πΊπΈ | π΄ | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-family-https.mobileconfig) |
From 165f0f7f1496c13c405a574ff9507e5bffbf5d04 Mon Sep 17 00:00:00 2001
From: wesinator <5124946+wesinator@users.noreply.github.com>
Date: Fri, 30 Jul 2021 09:09:40 -0400
Subject: [PATCH 6/7] make sure filter type is displayed clearly in profile
descriptions
---
profiles/cleanbrowsing-adult-https.mobileconfig | 4 ++--
profiles/cleanbrowsing-adult-tls.mobileconfig | 4 ++--
profiles/cleanbrowsing-family-https.mobileconfig | 4 ++--
profiles/cleanbrowsing-family-tls.mobileconfig | 4 ++--
profiles/cleanbrowsing-security-https.mobileconfig | 4 ++--
profiles/cleanbrowsing-security-tls.mobileconfig | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/profiles/cleanbrowsing-adult-https.mobileconfig b/profiles/cleanbrowsing-adult-https.mobileconfig
index cc92e3c..ef635ee 100644
--- a/profiles/cleanbrowsing-adult-https.mobileconfig
+++ b/profiles/cleanbrowsing-adult-https.mobileconfig
@@ -36,9 +36,9 @@
PayloadDescription
- Adds the Cleanbrowsing Adult Filter DNS to Big Sur and iOS 14 based systems
+ Adds the Cleanbrowsing Adult Filter DNS over HTTPS to Big Sur and iOS 14 based systems
PayloadDisplayName
- Cleanbrowsing Adult Filter DNS over HTTPS
+ Cleanbrowsing Adult DNS over HTTPS
PayloadIdentifier
com.paulmillr.apple-dns
PayloadRemovalDisallowed
diff --git a/profiles/cleanbrowsing-adult-tls.mobileconfig b/profiles/cleanbrowsing-adult-tls.mobileconfig
index 027b3be..ca3ab22 100644
--- a/profiles/cleanbrowsing-adult-tls.mobileconfig
+++ b/profiles/cleanbrowsing-adult-tls.mobileconfig
@@ -36,9 +36,9 @@
PayloadDescription
- Adds the Cleanbrowsing Adult Filter DNS to Big Sur and iOS 14 based systems
+ Adds the Cleanbrowsing Adult Filter DNS over TLS to Big Sur and iOS 14 based systems
PayloadDisplayName
- Cleanbrowsing Adult Filter DNS over TLS
+ Cleanbrowsing Adult DNS over TLS
PayloadIdentifier
com.paulmillr.apple-dns
PayloadRemovalDisallowed
diff --git a/profiles/cleanbrowsing-family-https.mobileconfig b/profiles/cleanbrowsing-family-https.mobileconfig
index 547d62c..f65590a 100644
--- a/profiles/cleanbrowsing-family-https.mobileconfig
+++ b/profiles/cleanbrowsing-family-https.mobileconfig
@@ -36,9 +36,9 @@
PayloadDescription
- Adds the Cleanbrowsing Family Filter DNS to Big Sur and iOS 14 based systems
+ Adds the Cleanbrowsing Family Filter DNS over HTTPS to Big Sur and iOS 14 based systems
PayloadDisplayName
- Cleanbrowsing Family Filter DNS over HTTPS
+ Cleanbrowsing Family DNS over HTTPS
PayloadIdentifier
com.paulmillr.apple-dns
PayloadRemovalDisallowed
diff --git a/profiles/cleanbrowsing-family-tls.mobileconfig b/profiles/cleanbrowsing-family-tls.mobileconfig
index d8111a6..c5f1cb1 100644
--- a/profiles/cleanbrowsing-family-tls.mobileconfig
+++ b/profiles/cleanbrowsing-family-tls.mobileconfig
@@ -36,9 +36,9 @@
PayloadDescription
- Adds the Cleanbrowsing Family Filter DNS to Big Sur and iOS 14 based systems
+ Adds the Cleanbrowsing Family Filter DNS over TLS to Big Sur and iOS 14 based systems
PayloadDisplayName
- Cleanbrowsing Family Filter DNS over TLS
+ Cleanbrowsing Family DNS over TLS
PayloadIdentifier
com.paulmillr.apple-dns
PayloadRemovalDisallowed
diff --git a/profiles/cleanbrowsing-security-https.mobileconfig b/profiles/cleanbrowsing-security-https.mobileconfig
index f4b1a82..cbdcf24 100644
--- a/profiles/cleanbrowsing-security-https.mobileconfig
+++ b/profiles/cleanbrowsing-security-https.mobileconfig
@@ -36,9 +36,9 @@
PayloadDescription
- Adds the Cleanbrowsing Security Filter DNS to Big Sur and iOS 14 based systems
+ Adds the Cleanbrowsing Security Filter DNS over HTTPS to Big Sur and iOS 14 based systems
PayloadDisplayName
- Cleanbrowsing Security Filter DNS over HTTPS
+ Cleanbrowsing Security DNS over HTTPS
PayloadIdentifier
com.paulmillr.apple-dns
PayloadRemovalDisallowed
diff --git a/profiles/cleanbrowsing-security-tls.mobileconfig b/profiles/cleanbrowsing-security-tls.mobileconfig
index de18507..e91223a 100644
--- a/profiles/cleanbrowsing-security-tls.mobileconfig
+++ b/profiles/cleanbrowsing-security-tls.mobileconfig
@@ -36,9 +36,9 @@
PayloadDescription
- Adds the Cleanbrowsing Security Filter DNS to Big Sur and iOS 14 based systems
+ Adds the Cleanbrowsing Security Filter DNS over TLS to Big Sur and iOS 14 based systems
PayloadDisplayName
- Cleanbrowsing Security Filter DNS over TLS
+ Cleanbrowsing Security DNS over TLS
PayloadIdentifier
com.paulmillr.apple-dns
PayloadRemovalDisallowed
From efb0180d8a41d2a1c0c494c51e1474b2c16ad369 Mon Sep 17 00:00:00 2001
From: Wes <5124946+wesinator@users.noreply.github.com>
Date: Tue, 13 Dec 2022 13:46:53 -0500
Subject: [PATCH 7/7] readme col
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f8c17db..954bf8f 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,9 @@ If you need even more privacy, check out [encrypted-dns over TOR](https://github
| Canadian Shield Private | π¨π¦ | No | [Operated](https://www.cira.ca/cybersecurity-services/canadian-shield/configure) by the Canadian Internet Registration Authority (CIRA) | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-private-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-private-tls.mobileconfig) |
| Canadian Shield Protected | π¨π¦ | Yes | [Filters](https://www.cira.ca/cybersecurity-services/canadian-shield/configure) malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-protected-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-protected-tls.mobileconfig) |
| Canadian Shield Family | π¨π¦ | Yes | [Filters](https://www.cira.ca/cybersecurity-services/canadian-shield/configure) malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-family-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/canadianshield-family-tls.mobileconfig) |
-| Cleanbrowsing Family Filter | πΊπΈ | π΄ | Filters malware & adult, mixed content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-family-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-family-tls.mobileconfig) |
-| Cleanbrowsing Adult Filter | πΊπΈ | π΄ | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-tls.mobileconfig) |
-| Cleanbrowsing Security Filter | πΊπΈ | π΄ | Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-security-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-security-tls.mobileconfig) |
+| Cleanbrowsing Family Filter | πΊπΈ | Yes | Filters malware & adult, mixed content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-family-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-family-tls.mobileconfig) |
+| Cleanbrowsing Adult Filter | πΊπΈ | Yes | Filters malware & adult content | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-adult-tls.mobileconfig) |
+| Cleanbrowsing Security Filter | πΊπΈ | Yes | Filters malware | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-security-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cleanbrowsing-security-tls.mobileconfig) |
| Cloudflare | πΊπΈ | No | [Operated](https://developers.cloudflare.com/1.1.1.1/dns-over-https) by Cloudflare 1.1.1.1 | [HTTPS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-https.mobileconfig), [TLS](https://github.com/paulmillr/encrypted-dns/raw/master/profiles/cloudflare-tls.mobileconfig) |
| 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) |