- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PAC Script for GLobal Proxy Restriction for Android and iOS devices
Hi,
I try to avoid updates for iOS and Android devices. For iOS can we enabled "Delay OS Updates" till 90 days.
Have somebody try to enable global proxy as PAC file in profiles for both OS?
For example iOS
function FindProxyForURL(url, host) {
if (host ==“mesu.apple.com ”)
return “PROXY 127.0.0.1:8080”;
return “DIRECT”;
}
Regards ,
Dimitri