hinoshiba.com./public_docs/

hinoshiba/ShungoKumasaka の情報やハイパーリンクまとめ先
you@browser$ cd .. || 一つ上の階層へ戻る

View on GitHub

socks-proxy

以下の要領で開通と、curlで試せる

ssh -D 8080 __ssh_node
# 別local shell
curl -x socks5h://0:8080 https://google.com

バックグラウンドで静かにしておくオプション等

ssh -D 8080 -f -C -q -N __ssh_node

firefox等で、socks5指定で通せる