Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Set proxy environment variables automatically' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Set proxy environment variables automatically
Authored by: conall on Sep 03, '04 08:48:05PM

The exclusion list problem is easily solved, simply set the $no_proxy enviromental variable, eg
export no_proxy=.domain.com.


It works in bash at least, should be shell independant, since programs like curl and wget check for such variables...



[ Reply to This | # ]