本地端口转发:

>ssh -L 8000:localhost:2003 192.168.3.3

动态端口转发(Sock代理)

>ssh -g  -D 8888 192.168.3.3

可在IE选项选择套接字代理

SSH端口转发方法

相关文章:

  • 2022-01-11
猜你喜欢
  • 2021-12-05
  • 2021-11-22
  • 2021-10-17
相关资源
相似解决方案