英语轻松读发新版了,欢迎下载、更新
安全_云舒
2019-09-17 00:00:00 发布
发现了ssh简单使用socks5的办法,用到nc这软件,ssh -o ProxyCommand='nc -x 127.0.0.1:1080 %h %p' user@host 即可。