Linux:sockets代理转http代理

来自WHY42
Riguz留言 | 贡献2021年10月16日 (六) 15:09的版本 (建立內容為「<syntaxhighlight lang="bash"> brew install polipo polipo socksParentProxy=localhost:6500 curl --proxy http://127.0.0.1:8123 https://www.google.com export https_pr…」的新頁面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
brew install polipo
polipo socksParentProxy=localhost:6500
curl --proxy http://127.0.0.1:8123 https://www.google.com
export https_proxy=localhost:8123