Hello,
I have some networking code that checks whether a proxy is configured via:
`CFStringRef host = (CFStringRef)CFDictionaryGetValue(globalSettings, kCFNetworkProxiesHTTPProxy);`
`CFNumberRef port = (CFNumberRef)CFDictionaryGetValue(globalSettings, kCFNetworkProxiesHTTPPort);`
I need to do this fairly frequently, so I am wondering if there is an announcer I can subscribe to instead?