0

Referred to Proxy exceptions in 12.04 LTS and http://xmodulo.com/how-to-configure-http-proxy-exceptions.html But they didn't mention ports

in "/etc/environment,"

no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com, 1.2.3.4"

Does 1.2.3.4 also include 1.2.3.4:8080, 1.2.3.4:5000 or do I have to specify the ports as well?

Thanks.

1 Answers1

0

Ran through and I believe that does it. But if you are reaching by hostname defined in "/etc/hosts" you have to list out that as well.