forked from paulmillr/encrypted-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblahdns-singapore-doh.mobileconfig
55 lines (55 loc) · 1.75 KB
/
blahdns-singapore-doh.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
55
<?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>BlahDNS (Singapore) DNS over HTTPS</string>
<key>PayloadOrganization</key>
<string>BlahDNS</string>
<key>PayloadDescription</key>
<string>This profile enables BlahDNS (Singapore) DNS over HTTPS on all networks using the iOS 14 / iPadOS 14 / tvOS 14 / macOS Big Sur Encrypted DNS feature.</string>
<key>ConsentText</key>
<dict>
<key>default</key>
<string>Privacy policy:
https://blahdns.com</string>
</dict>
<key>PayloadIdentifier</key>
<string>2d165223-6bd3-434e-9c19-de0dfde431ca</string>
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>c8634ed8-44b2-4ee9-a535-2fd7543f12c7</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>192.53.175.149</string>
<string>2400:8901::f03c:92ff:fe27:870a</string>
</array>
<key>ServerURL</key>
<string>https://doh-sg.blahdns.com/dns-query</string>
</dict>
<key>PayloadType</key>
<string>com.apple.dnsSettings.managed</string>
<key>PayloadIdentifier</key>
<string>e22232ff-8464-4d89-b24f-6ea9b4321231</string>
<key>PayloadUUID</key>
<string>bef58883-0fd0-45a0-85df-e2a658feb31a</string>
<key>PayloadDisplayName</key>
<string>BlahDNS (Singapore) DNS over HTTPS</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
</dict>
</plist>