Linux enables scientific Internet access

  • 2020-05-13 04:09:46
  • OfStack

plink-N-v server username @server domain name -D 127.0.0.1:7070-pw server password -P server port

Then install privoxy


sudo apt-get install privoxy

Edit configuration file

After installation, you only need to change the configuration /etc/privoxy/config by 1 point, so that privoxy can turn socks to http. Find line 1 in config in bold below, remove the # from the comment, and change the port number to the one set in plink above.


listen-address  192.168.x.x:8964
forward-socks5 / 127.0.0.1:7070 .  # Note that this line configuration is required listen-address The following , I debugging for a long time error ~

Save and restart privoxy after the rollout.


sudo /etc/init.d/privoxy restart

Then your Chrome browser android ios device connects to the WIFI modification connection to the HTTP agent

Deploy to your own private extranet server tomorrow to try 1

That's all for this article, I hope you enjoy it.


Related articles: