用处你懂得。

1,打开ssh tunnel端口转发

ssh -qCNgf user@a-proxy-server -D 127.0.0.1:1234

-q quite mode -C compress the data -N only port forward(do not execute the command) -g allow remote hosts to connect the local forwarded ports -f run in brackground

2,配置Firefox

SSH Tunnel

SSH Tunnel

为了防止DNS污染,可以让remote来做DNS解析。在Firefox的地址栏输入 about:config

SSH Tunnel

相关文章:

  • 2022-12-23
  • 2021-12-22
  • 2021-09-27
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-09-01
猜你喜欢
  • 2022-12-23
  • 2021-06-28
  • 2021-12-09
  • 2022-03-10
  • 2021-08-04
  • 2019-06-21
  • 2021-10-02
相关资源
相似解决方案