1
0

Fix templates/05-intel-proxy for https

Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James P. Ketrenos 2019-11-06 15:54:12 -08:00
parent 060a7aba9d
commit 4cf82d1f8a

View File

@ -11,7 +11,7 @@ RUN { \
RUN { \
echo "Acquire::http::proxy \"http://proxy-chain.intel.com:911/\";\n" ; \
echo "Acquire::http::proxy \"http://proxy-chain.intel.com:912/\";\n" ; \
echo "Acquire::https::proxy \"http://proxy-chain.intel.com:912/\";\n" ; \
echo "Acquire::ftp::proxy \"ftp://proxy-chain.intel.com:911/\";\n" ; \
echo "Acquire::socks::proxy \"socks://proxy-chain.intel.com:1080/\";\n" ; \
echo "Acquire::http::Proxy::linux-ftp.ostc.intel.com DIRECT;\n" ; \