I want to deploy WARP via my MDM (Kandji) for DoH. I would like to set it to use 1.1.1.2 (anti-malware) instead of 1.1.1.1, but I cannot figure out if this is doable via a mobileconfig profile setting.
I’ve tried both
<key>set_families_mode</key>
<string>malware</string>
and
<key>cloudflare_for_families</key>
<string>Some(Malware)</string>
but neither work.
Is this even possible to do via a profile?