Python Forum

Full Version: Proxy setup through program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have written a proxy script in python3, currently, I am setting the proxy connection through windows Manual proxy setup (entering 127.0.0.1 and port 8080 manual)

Is there a way to set the proxy in my program, so it will start the server and tunnel the connections through it automatically?