zsqk / news

每日新闻.
https://zsqk.github.io/news/
MIT License
10 stars 1 forks source link

备稿计划: 使用 SSH 搭建 SOCKS5 代理 #74

Open iugo opened 4 years ago

iugo commented 4 years ago

参考:

通过 SSH 连接远端服务器, 然后绑定本地 SOCKS5 端口, 在本地任意地方使用本地 SOCKS5 代理即将流量使用 SSH 进行转发.

命令 ssh -D 1337 -C -N remote, 可选参数 -f 为 daemon 运行, -q 为安静模式.