forked from paulmillr/encrypted-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alekberg-https.mobileconfig
54 lines (54 loc) · 1.82 KB
/
alekberg-https.mobileconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>