顯示具有 proxy 標籤的文章。 顯示所有文章
顯示具有 proxy 標籤的文章。 顯示所有文章

2014年1月9日 星期四

Python proxy設定

必需設定環境變數http_proxy和https_proxy
% export http_proxy=http://your.proxy.server:port
% export https_proxy=http://your.proxy.server:port

2013年5月7日 星期二

cntlm

讓Linux可透過Windows Server的Proxy (NTLM) 連到外面去
Cntlm
設定檔
/etc/cntlm.conf

restart the system and cntlm will run automatically
執行檔
/usr/sbin/cntlm

set http_proxy variable
# export http_proxy=http://127.0.0.1:3128