forked from paulmillr/encrypted-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 1.1.1.2 and 1.1.1.3 (paulmillr#15)
* Added 1.1.1.2 * Added 1.1.1.3 * Update cloudflare-family-https.mobileconfig * Update cloudflare-malware-https.mobileconfig * Update cloudflare-malware-https.mobileconfig * Update cloudflare-family-https.mobileconfig Co-authored-by: Paul Miller <[email protected]>
- Loading branch information
Showing
2 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DNSSettings</key> | ||
<dict> | ||
<key>DNSProtocol</key> | ||
<string>HTTPS</string> | ||
<key>ServerAddresses</key> | ||
<array> | ||
<string>2606:4700:4700::1113</string> | ||
<string>2606:4700:4700::1003</string> | ||
<string>1.1.1.3</string> | ||
<string>1.0.0.3</string> | ||
</array> | ||
<key>ServerURL</key> | ||
<string>https://family.cloudflare-dns.com/dns-query</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Cloudflare Family Encrypted DNS over HTTPS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cloudflare Family DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>35d5c8a0-afa6-4b36-a9fe-099a997b44ad</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Cloudflare DNS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cloudflare Family DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.paulmillr.apple-dns</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>A4475135-633A-4F15-A79B-BE15093DC97A</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>PayloadContent</key> | ||
<array> | ||
<dict> | ||
<key>DNSSettings</key> | ||
<dict> | ||
<key>DNSProtocol</key> | ||
<string>HTTPS</string> | ||
<key>ServerAddresses</key> | ||
<array> | ||
<string>2606:4700:4700::1112</string> | ||
<string>2606:4700:4700::1002</string> | ||
<string>1.1.1.2</string> | ||
<string>1.0.0.2</string> | ||
</array> | ||
<key>ServerURL</key> | ||
<string>https://security.cloudflare-dns.com/dns-query</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Cloudflare Malware Encrypted DNS over HTTPS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cloudflare Malware DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.9d6e5fdf-e404-4f34-ae94-27ed2f636ac4</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>35d5c8a0-afa6-4b36-a9fe-099a997b44ad</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Cloudflare Malware DNS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Cloudflare DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.paulmillr.apple-dns</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>A4475135-633A-4F15-A79B-BE15093DC97A</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |