iOS deployments with Ninja-One
Hi everyone,
I’m currently trying to deploy DNSFilter using NinjaOne MDM. Does anyone know how to do it?
Thank you!
-
Hi Ludovic Fournier , thanks for reaching out! Deploying our iOS Roaming Client with NinjaOne should be pretty straightforward—here's a couple help articles to get you started:
Happy to help answer any questions you run into on the DNSFilter side of the equation, and let us know how it goes!
0 -
Hi Ludovic Fournier , wanted to follow up here because a user took this very question to reddit and the community showed up to solve the problem! Wanted to recap here to help future customers nail this deployment.
The user ran into an issue with wrapping the contents of the XML with
<dict>
/</dict>
.Another user provided their template, which did the trick! Replace
redacted
with your DNSFilter SSK.<?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>AppBundleIdentifier</key> <string>com.DNSFilter.public.app</string> <key>PayloadDescription</key> <string>Configures DNS proxy network extension</string> <key>PayloadDisplayName</key> <string>DNS Proxy</string> <key>PayloadIdentifier</key> <string>com.apple.dnsProxy.managed.0E3015D3-2C47-4A25-BC22-0D8588EBE7B2</string> <key>PayloadType</key> <string>com.apple.dnsProxy.managed</string> <key>PayloadUUID</key> <string>0E3015D3-2C47-4A25-BC22-0D8588EBE7B2</string> <key>PayloadVersion</key> <integer>1</integer> <key>ProviderBundleIdentifier</key> <string>com.DNSFilter.public.app.extension</string> <key>ProviderConfiguration</key> <dict> <key>site_key</key> <string>redacted</string> <key>host_name</key> <string>{{SERIALNUMBER}}</string> <key>dns_over_tls_enabled</key> <false /> </dict> </dict> </array> <key>PayloadDisplayName</key> <string>DNSFilter</string> <key>PayloadIdentifier</key> <string>dns-agent</string> <key>PayloadRemovalDisallowed</key> <false /> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>3DAF8DD0-7EFB-4254-B8F9-537D86C6E494</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist>
Let us know if this helps out!
0
Please sign in to leave a comment.
Comments
2 comments