Proxychains 4使用履歴


日常生活の中でよくwgetを使ってファイルをダウンロードして、しかもファイルは国内でダウンロードするのが比較的に遅いあるいはダウンロードすることができない情況に出会うため、端末で代行を使用しなければならなくて、いくつか方法を試したことがあって、やはりproxychainsを使うのがもっと便利だと感じます.
ダウンロード
Macの下:brew install proxychains-ngその他:
proxychains-ngはコンパイルインストールを提供しています.
*** Installation ***

  # needs a working C compiler, preferably gcc
  ./configure --prefix=/usr --sysconfdir=/etc
  make
  [optional] sudo make install
  [optional] sudo make install-config (installs proxychains.conf)

  if you dont install, you can use proxychains from the build directory
  like this: ./proxychains4 -f src/proxychains.conf telnet google.com 80
設定/usr/local/etc/proxychains.confを編集し、最後の行で:socks5 127.0.0.1 10801080は当地のsocks 5の傍受ポートで、あなたの自分で構成したものに修正する必要があります.
使用
テスト波:proxychains4 wget https://www.google.comプロキシを追加しないと明らかにタイムアウトします.プロキシを追加したらヒントがあります.
       www.google.com (www.google.com)... 224.0.0.1
     www.google.com (www.google.com)|224.0.0.1|:443... [proxychains] Strict chain  ...  127.0.0.1:1080  ...  www.google.com:443  ...  OK
   。
    HTTP   ,      ... 200 OK