660759b997
Motivation: 939e928312f1099373582f9811817a6226550987 introduced MacOSDnsServerAddressStreamProvider which will ensure the right nameservers are selected when running on MacOS. To ensure this is done automatically on MacOS we should use it by default on these platforms. Modifications: Try to use MacOSDnsServerAddressStreamProvider when on MacOS via reflection and fallback if not possible Result: Ensure the right nameservers are used on MacOS even when a VPN (for example) is used.