Python Forum
Proxy setup through program - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Proxy setup through program (/thread-22506.html)



Proxy setup through program - ofrishez - Nov-15-2019

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?