Subversion: Avoid proxy use on intranet
Posted
by
l0b0
on Super User
See other posts from Super User
or by l0b0
Published on 2010-12-29T10:13:01Z
Indexed on
2010/12/29
10:56 UTC
Read the original article
Hit count: 256
proxy
|subversion
I'm trying to exclude all intranet hosts from proxy use, but it looks like http-proxy-exceptions
just looks at the command line string, not what the host name in the string resolves to. Because of this, it looks like the only way to avoid proxy use on the IP 123.456.789.012
*, which also answers to vcs
, vcs.example.org
, svn
, svn.example.org
, subversion
and subversion.example.org
is to list all of them, not just the IP. Is there some trick to make Subversion either
- resolve IP addresses before checking for proxy exceptions, or
- exclude everything that is not a fully qualified DNS name (that is, doesn't contain a dot)?
* Yes, I know that's not a valid IP
© Super User or respective owner