Skip to content

Commit

Permalink
Create adguard-https.mobileconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
karanfil authored Oct 20, 2020
1 parent 7827b73 commit 65a6c23
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions adguard-https.mobileconfig
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>2a10:50c0::ad1:ff</string>
<string>2a10:50c0::ad2:ff</string>
<string>94.140.14.14</string>
<string>94.140.15.15</string>
</array>
<key>ServerURL</key>
<string>https://dns.adguard.com/dns-query</string>
</dict>
<key>PayloadDescription</key>
<string>Configures device to use Adguard Default Encrypted DNS over HTTPS</string>
<key>PayloadDisplayName</key>
<string>Adguard Default DNS over HTTPS</string>
<key>PayloadIdentifier</key>
<string>com.apple.dnsSettings.managed.e17cf1fa-0f0f-48a9-a68b-395804ed1850</string>
<key>PayloadType</key>
<string>com.apple.dnsSettings.managed</string>
<key>PayloadUUID</key>
<string>28b90644-fc1e-409a-81e7-939598fee661</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ProhibitDisablement</key>
<false/>
</dict>
</array>
<key>PayloadDescription</key>
<string>Adds the Adguard Default DNS to Big Sur and iOS 14 based systems</string>
<key>PayloadDisplayName</key>
<string>Adguard Default 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>

0 comments on commit 65a6c23

Please sign in to comment.