0

I am working on a python program on my Mac.

I am wondering if there's a way to change a web proxy without accessing system preferences.

So far, I have tried

export http_proxy=http://216.56.48.118:8080/

Is there any way to type in a terminal and set a computer's web proxy? (Should be repeatable)

6
  • It would be good to clarify your aim here, because "proxy" and "computer's IP address" are very different things. What is your end goal? Commented Jul 10, 2017 at 21:54
  • Note that, even if you're connecting to your local network through a proxy, your external IP address will not change because it's the NAT IP address of the router. Commented Jul 10, 2017 at 22:03
  • I am trying to set IP web proxies. But, the observed IP address is supposed to change on that lookup site.
    – Enesxg
    Commented Jul 10, 2017 at 22:06
  • I think you're confusing proxies with VPNs Commented Jul 10, 2017 at 22:07
  • Can you answer the question Harshith?
    – Enesxg
    Commented Jul 10, 2017 at 22:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.