我有一个代理自动配置脚本,它可以在浏览器上运行,但不能在 synaptic 或 cli 上运行。知道应该将 proxy.pac 文件放在哪里吗,以便我可以使用终端/ synaptic 访问互联网?
答案1
在控制台中:
export http_proxy='http://full_URL_to_pac_file'
对于 synaptic / apt - 将以下几行添加到 /etc/apt/apt.conf
Acquire::http::Proxy "http://username:password@proxy:port";
Acquire::ftp::Proxy "ftp://username:password@proxy:port";