Reply to Message

View discussion in a popup

Replying to:
DimitrijPrudkij
Enthusiast
Enthusiast

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

Labels (1)
Tags (1)
Reply
0 Kudos