Use putty to connect to the proxy server, and then implement global proxy through proxyfier

Putty is often used to connect to the server through ssh. It provides the function of using ssh to implement a proxy.

1. Configure putty

SSH (IP, port):

insert image description here

Configure proxy:

insert image description here
The above operation maps port 22 used by the server for ssh to the local proxy (127.0.0.1:12000), so 127.0.0.1:12000 can be used as the proxy target.


2. Configure proxyfier

Click on Profile - Proxy Server:
insert image description here

Add proxy server:

insert image description here

Enable http access and click Advanced - http proxy server:

insert image description here


Since then, a global proxy has been implemented and server traffic is available locally!

Guess you like

Origin blog.csdn.net/yilongyoung/article/details/120112364