Ubuntu apt.conf 代理
Acquire::http::Proxy "http://user:password@ip:port";
Acquire::https::Proxy ?"https://user:password?@ip";
Acquire::ftp::Proxy ?"ftp://user:password?@ip";
如果用户名或密码中包含@,好像没有办法转义,只能改用户名或密码
发布时间: 2012-06-29 15:48:46 作者: rapoo
Ubuntu apt.conf 代理
Acquire::http::Proxy "http://user:password@ip:port";
Acquire::https::Proxy ?"https://user:password?@ip";
Acquire::ftp::Proxy ?"ftp://user:password?@ip";