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.
Merge pull request paulmillr#123 from sunknudsen/mullvad
Added Mullvad
- Loading branch information
Showing
3 changed files
with
104 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
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,51 @@ | ||
<?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>2a07:e340::3</string> | ||
<string>194.242.2.3</string> | ||
</array> | ||
<key>ServerURL</key> | ||
<string>https://adblock.doh.mullvad.net/dns-query</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Mullvad DNS over HTTPS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Mullvad DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.4A06FE90-FBD6-4603-8CEC-FD1C94BF304C</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>4A06FE90-FBD6-4603-8CEC-FD1C94BF304C</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Mullvad DNS with ad blocking to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Mullvad 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>C1B95E85-C40A-4A0F-8C80-8B44C5478171</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,51 @@ | ||
<?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>2a07:e340::2</string> | ||
<string>194.242.2.2</string> | ||
</array> | ||
<key>ServerURL</key> | ||
<string>https://doh.mullvad.net/dns-query</string> | ||
</dict> | ||
<key>PayloadDescription</key> | ||
<string>Configures device to use Mullvad DNS over HTTPS</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Mullvad DNS over HTTPS</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.apple.dnsSettings.managed.C846E5BF-D246-45FB-A9E2-A9B30A153A8B</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.dnsSettings.managed</string> | ||
<key>PayloadUUID</key> | ||
<string>C846E5BF-D246-45FB-A9E2-A9B30A153A8B</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
<key>ProhibitDisablement</key> | ||
<false/> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Adds the Mullvad DNS to Big Sur and iOS 14 based systems</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Mullvad 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>13001589-3D36-4CC9-B16B-622C8E744FF4</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |