DEV Community

Python set linux proxy

Hunter Drum on March 01, 2019

So I am working on a Python project for a Raspberry Pi, that will download a list of proxies daily from a site. However, whenever I lookup/google ...
Collapse
 
theredspy15 profile image
Hunter Drum • Edited

First, thank you for replying!

I have already attempted: export http_proxy="proxy-ip:proxy-port"

I also would like to add, I'm only trying to get openvpn to use the proxy

What I'm shooting for:
client -> (openvpn) -> Pi -> (Python/Proxy) -> internet

 
theredspy15 profile image
Hunter Drum

That's genius! I will try that right away!

I kinda feel a little silly, as that is rather simple