Hello,
I am developing a Network Extension on iOS, I have a problem. After my VPN started, I want to know whether the original dns changed. I know that the functions in <resolv.h> can get the current dns information, but it seems these functions are based on file resolv.conf, after the VPN established, the dns will be replaced by the VPN settings, so I can not get the original dns settings any more. Is there a workaround to get the information.
Then
Thanks!