総数:21 今日:1 昨日:0
Memorandums
SOCKSプロキシとHTTPプロキシの違い
SOCKS4プロトコル
SOCKS Protocol Version 5 ja
SOCKS Protocol Version 5
サポートされている cURL オプション
git clone https://github.com/curl/curl.git
--socks5-hostname <ホスト[:ポート]>
--proxy-user <ユーザ:パスワード>
apt
git clone https://github.com/Debian/apt.git
Acquire::socks5::proxy "socks://127.0.0.1:1080/";
Acquire::socks5h::proxy "socks://127.0.0.1:1080/";
wget
git clone https://github.com/mirror/wget
./contrib/tsocked-wget:3:# Script that executes wget using a socks proxy if the environment variable ./contrib/tsocked-wget:4:# socks_proxy is set. ./contrib/tsocked-wget:6:# The socks_proxy variable shall have one of the forms: ./contrib/tsocked-wget:7:# socks://username:password@host:port ./contrib/tsocked-wget:8:# socks4://username:password@host:port ./contrib/tsocked-wget:9:# socks5://username:password@host:port