How can I find out which proxy server is used in Ubuntu from the command line?

link|improve this question

69% accept rate
feedback

1 Answer

up vote 2 down vote accepted

To output the proxy of the current session:

echo $http_proxy
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.