frame_decoration

Squid

Ubuntuの場合
$apt install squid
/etc/squid/squid.confを編集
cache_peer (RemoteProxy-IP) parent (RemoteProxy-Port) 0 no-query
http_port 8080
でlocalhost:8080からRemoteProxyに繋がる。

Forwadt&Reverse
https://qiita.com/att55/items/162950627dc593c72f23
(1:nかn:1かクライアントとしてproxy使いたいのかサーバとして使いたいのか)

Cntlm

NTLM認証の場合、Squidは対応していないためCntlmを使う。
https://qiita.com/yohskeey/items/6f17ea051fbe5568f3bf
最終更新:2020年08月21日 13:19