http://www.pc-freak.net/blog/creating-ssh-tunnel-windows-plink/
plink.exe {remote-host} -P 22 -C -D 10080 -l username -pw password
plink.exe 35.227.87.1 -P 22 -C -D 7001 -l user -pw password
然後在瀏覽器設定 Proxy set Socks 127.0.0.1 Port 7001