I would like to use NSURLSession to fetch a given URL (using HTTPS), but I would like to specify the IP address that should be used for that connection.
Similarly to what this does:
How can I do that?
Similarly to what this does:
Code Block curl https://www.google.com --resolve 172.217.16.46
How can I do that?