Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 360 Bytes

File metadata and controls

11 lines (9 loc) · 360 Bytes

#5.socks_proxy ##Q 假设您有一个远端服务器可以通过ssh登录,在你的本地电脑上实现一个简单的socks代理服务,可以在断网或重起的情况下重新建立连接。(提示:ssh tunnel) ##A

###分析:

  • 使用ssh tunnel
  • 断网或重启自动运行/etc/network/if-up.d/

###脚本:

sudo权限运行5.setup.sh