我需要在公司代理后面的Ubuntu 14.04服务器上运行一堆应用程序。不幸的是,这些应用程序不支持企业代理。
我听说过这可能是本地透明代理,例如Squid。是这样的吗?我怎么能这样做?
我也试过代理链,但没有成功:
$ proxychains curl http://google.com
ProxyChains-3.1 (http://proxychains.sf.net)
|DNS-request| google.com
|D-chain|-<>-147.204.6.136:8080-<><>-4.2.2.2:53-<--denied
|DNS-response|: google.com does not exist
curl: (6) Could not resolve host: google.com
感谢您的帮助。