Looking at opening up Internet Recovery. According to the Apple article https://support.apple.com/en-us/HT202481, we need these two rules allowed:
Resolve DNS for host osrecovery.apple.com and contact it on port 80 (HTTP) and port 443 (HTTPS)
Resolve DNS for host oscdn.apple.com and contact it on port 80 (HTTP) and port 443 (HTTPS)
osrecovery.apple.com ends up resolving to a 17.0.0.0/8 address, so we're good there.
oscdn.apple.com seems to resolve to a 23.0.0.0/8 address (Akamai)
we don't do DNS resolution on our FW, so we can't just allow oscdn.apple.com out, we'd have to do an IP or range. Is anyone else aware of a way to handle this (besides the obvious)?
Thanks