]> code.ossystems Code Review - openembedded-core.git/commit
oe-git-proxy: use SOCKS4a instead of SOCKS4
authorRoss Burton <ross.burton@intel.com>
Tue, 26 Aug 2014 14:44:42 +0000 (15:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Oct 2014 09:39:12 +0000 (10:39 +0100)
commit984455a95b4302d527ff54e019d8ed00611f3664
tree47c1047e23752d994ca590d5b06ef948eae987bc
parent1fc544811582ed68b6e0a61fd22c169e1825b725
oe-git-proxy: use SOCKS4a instead of SOCKS4

In some situations where a proxy is required the client can't even do DNS
lookups, so instead of using SOCKS4 use SOCKS4a which moves the name resolution
from the client to the proxy.

Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-git-proxy