Subversion: Avoid proxy use on intranet
- by l0b0
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