简体   繁体   English

如何配置 iOS MDM 有效负载 DNSSettings 以在设备重启后保持活动状态?

[英]How to configure iOS MDM payload DNSSettings to stay active after device restart?

We are using SimpleMDM to manage iPhones and iPads, and push a Custom Configuration Profile with DNSSettings MDM payload我们正在使用 SimpleMDM 来管理 iPhone 和 iPad,并使用DNSSettings MDM 有效负载推送自定义配置文件

This DNSSettings payload configures device to use a custom DNS server via HTTPS protocol.此 DNSSettings 有效负载将设备配置为通过 HTTPS 协议使用自定义 DNS 服务器。

These changes work until the device is restarted.这些更改在设备重新启动之前有效。 After the restart we can see the profile with DNSSettings payload on the device in Settings > General > VPN, DNS, & Device Management.重新启动后,我们可以在“设置”>“常规”>“VPN、DNS 和设备管理”中看到设备上带有 DNSSettings 有效负载的配置文件。 However, the device is no longer configured to use that custom DNS server, until we un-assign and re-assign the profile on the device.但是,设备不再配置为使用该自定义 DNS 服务器,直到我们取消分配并重新分配设备上的配置文件。

How can we ensure that a config profile with DNSSettings MDM payload is active on the device even after device restart?即使在设备重启后,我们如何确保具有 DNSSettings MDM 有效负载的配置文件在设备上处于活动状态?

I was trying to get this to work as well, then I found buried in Apple's documentation that when the DNS Settings profile is installed via an MDM, it only works when connected to managed wifi networks.我试图让它也能正常工作,然后我发现隐藏在 Apple 的文档中,当通过 MDM 安装 DNS 设置配置文件时,它仅在连接到托管 wifi 网络时才有效。

https://developer.apple.com/documentation/devicemanagement/dnssettings https://developer.apple.com/documentation/devicemanagement/dnssettings

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM