Created
September 6, 2024 14:11
-
-
Save themorgantown/dd1eba4a7a8eaec3cbfa4f39929a5857 to your computer and use it in GitHub Desktop.
Mullvad Base DNS server mobileconfig
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
<?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://base.dns.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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment