
Originally Posted by
roidayan
my python script is using the internet connection,
i want to know if its possible on default access point selection of if
i call:
apid = socket.select_access_point()
apo = socket.access_point(apid)
socket.set_default_access_point(apo)
is it possible to get the proxy and port configured for the chosen access point.
since it seems python doesnt use the specified proxy and port and using it from the script
itself works, just i want to automate it so the user wont need to provide his access point proxy.
thx