mirror of
https://github.com/paulmillr/encrypted-dns.git
synced 2026-02-12 17:22:53 +00:00
Merge pull request #26 from koki-es/patch-1
Create alekberg-https.mobileconfig
This commit is contained in:
54
alekberg-https.mobileconfig
Normal file
54
alekberg-https.mobileconfig
Normal file
@@ -0,0 +1,54 @@
|
||||
<?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>PayloadDisplayName</key>
|
||||
<string>Alekberg DNS over HTTPS (nl)</string>
|
||||
<key>PayloadOrganization</key>
|
||||
<string>encrypted-dns.party</string>
|
||||
<key>PayloadDescription</key>
|
||||
<string>This profile enables Alekberg DNS over HTTPS located in Amsterdam (DNSSEC enabled) on all networks using the iOS 14 / macOS Big Sur Encrypted DNS feature.</string>
|
||||
<key>ConsentText</key>
|
||||
<dict>
|
||||
<key>default</key>
|
||||
<string>Privacy policy: https://alekberg.net/privacy</string>
|
||||
</dict>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.apple.dnsSettings.managed.13778881-645b-4187-847a-76e2784e9b14</string>
|
||||
<key>PayloadScope</key>
|
||||
<string>User</string>
|
||||
<key>PayloadType</key>
|
||||
<string>Configuration</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>62451e0c-5e17-4a8f-a91e-f94ffaec6fb0</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
<key>PayloadContent</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>DNSSettings</key>
|
||||
<dict>
|
||||
<key>DNSProtocol</key>
|
||||
<string>HTTPS</string>
|
||||
<key>ServerAddresses</key>
|
||||
<array>
|
||||
<string>51.15.124.208</string>
|
||||
<string>2001:bc8:1830:2018::1</string>
|
||||
</array>
|
||||
<key>ServerURL</key>
|
||||
<string>https://dnsnl.alekberg.net/dns-query</string>
|
||||
</dict>
|
||||
<key>PayloadType</key>
|
||||
<string>com.apple.dnsSettings.managed</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.apple.dnsSettings.managed.a780dc38-c58e-4e73-9f81-d057abb7f9a9</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>97b18363-dcf3-4231-b205-4e99ff91bc73</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>Alekberg DNS over HTTPS (nl)</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user