You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ability to use an existing socket to send requests from.
get_ip_info now accepts a 'sock' argument that, if passed,
forces the use of that socket for sending requests, and stops
PyNAT from closing it when done.