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.
- Loading branch information
pengelana
committed
Nov 7, 2020
1 parent
328b145
commit 2536e84
Showing
2 changed files
with
92 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,46 @@ | ||
<?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>ServerURL</key> | ||
<string>https://doh.tiar.app/dns-query</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Tiarap Encrypted DNS over HTTPS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Tiarap DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.c5a076fb-5f1e-445d-bf74-c67312d07986</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>b313269a-e180-45ff-8192-faf735835021</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Tiarap DNS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Tiarap DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>efc4955f-ecea-4fd0-9ee8-8f079010c01b</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>c631d10c-1a4e-45b8-9448-91c0874b2492</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,46 @@ | ||
<?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>TLS</string> | ||
<key>ServerName</key> | ||
<string>dot.tiar.app</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Tiarap Encrypted DNS over TLS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Tiarap DNS over TLS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.ffa15ab2-b1dd-40ff-9b06-847189877f43</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>18e5d9b1-0146-4e21-bd5a-4d5693ca7229</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Tiarap DNS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Tiarap DNS over TLS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>55d8352c-6455-421a-8b74-b0bf3e03b7a0</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>23b26f63-4115-4b44-9cf5-de7a1507b58c</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |