diff --git a/README.md b/README.md index 527fbff..4d62f4d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ If you need even more privacy, check out [encrypted-dns over TOR](https://github | [Canadian Shield Private][canadian-shield] | πŸ‡¨πŸ‡¦ | No | Operated by the Canadian Internet Registration Authority (CIRA) | [HTTPS][canadian-shield-private-profile-https-signed], [TLS][canadian-shield-private-profile-tls-signed] | [HTTPS][canadian-shield-private-profile-https], [TLS][canadian-shield-private-profile-tls] | | [Canadian Shield Protected][canadian-shield] | πŸ‡¨πŸ‡¦ | Yes | Operated by the Canadian Internet Registration Authority (CIRA). Blocks malware & phishing | [HTTPS][canadian-shield-protected-profile-https-signed], [TLS][canadian-shield-protected-profile-tls-signed] | [HTTPS][canadian-shield-protected-profile-https], [TLS][canadian-shield-protected-profile-tls] | | [Canadian Shield Family][canadian-shield] | πŸ‡¨πŸ‡¦ | Yes | Operated by the Canadian Internet Registration Authority (CIRA). Blocks malware, phishing & adult content | [HTTPS][canadian-shield-family-profile-https-signed], [TLS][canadian-shield-family-profile-tls-signed] | [HTTPS][canadian-shield-family-profile-https], [TLS][canadian-shield-family-profile-tls] | +| 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 1.1.1.1][cloudflare-dns] | πŸ‡ΊπŸ‡Έ | No | Operated by Cloudflare Inc. | [HTTPS][cloudflare-dns-profile-https-signed], [TLS][cloudflare-dns-profile-tls-signed] | [HTTPS][cloudflare-dns-profile-https], [TLS][cloudflare-dns-profile-tls] | | [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] | diff --git a/profiles/cleanbrowsing-adult-https.mobileconfig b/profiles/cleanbrowsing-adult-https.mobileconfig new file mode 100644 index 0000000..ef635ee --- /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 over HTTPS to Big Sur and iOS 14 based systems + PayloadDisplayName + Cleanbrowsing Adult 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..ca3ab22 --- /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 over TLS to Big Sur and iOS 14 based systems + PayloadDisplayName + Cleanbrowsing Adult 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..f65590a --- /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 over HTTPS to Big Sur and iOS 14 based systems + PayloadDisplayName + Cleanbrowsing Family 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..c5f1cb1 --- /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 over TLS to Big Sur and iOS 14 based systems + PayloadDisplayName + Cleanbrowsing Family 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..cbdcf24 --- /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 over HTTPS to Big Sur and iOS 14 based systems + PayloadDisplayName + Cleanbrowsing Security DNS over HTTPS + PayloadIdentifier + com.paulmillr.apple-dns + PayloadRemovalDisallowed + + PayloadType + Configuration + PayloadUUID + 30A6F82B-5A75-40BB-B45E-04170CFEF7D3 + PayloadVersion + 1 + + diff --git a/profiles/cleanbrowsing-security-tls.mobileconfig b/profiles/cleanbrowsing-security-tls.mobileconfig new file mode 100644 index 0000000..e91223a --- /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 over TLS to Big Sur and iOS 14 based systems + PayloadDisplayName + Cleanbrowsing Security DNS over TLS + PayloadIdentifier + com.paulmillr.apple-dns + PayloadRemovalDisallowed + + PayloadType + Configuration + PayloadUUID + E0B418C8-CBD7-4E7C-A176-3AC4BB62907F + PayloadVersion + 1 + +