问题很简单,但答案不是:
ssh -D 8080 user@host
Run Code Online (Sandbox Code Playgroud)
或者
ssh -gCNf -D 8080 user@host
Run Code Online (Sandbox Code Playgroud)
或者
wathever with -D #
Run Code Online (Sandbox Code Playgroud)
我需要一种可以在不支持 SOCKS 的嵌入式设备中与 http_proxy 变量一起使用的代理。
我该怎么办?