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.