Use SOCKS5 Proxy

Source: Internet
Author: User

Firefox, which can be directly used in settings;

Chrome can be started using command line parameters:

Chromium-browser-proxy-Server = SOCKS5: // 127.0.0.1: 8080

In Windows, you can use Privoxy to convert the SOCKS5 proxy to an HTTP proxy;

For Linux terminal programs, you can use tsocks:

Sudo apt-Get install tsocksvi/etc/tsocks. conf

The content is as follows:

Local = 127.0.0.0/255.255.255.0server = 127.0.0.1server _ type = 5 # SOCKS5, instead of socks4server_port = 8080 # This 8080 is shadowsocks, depending on the actual situation

Then you can use it. For example, configure the proxy for apt-Get.

Tsocks apt-Get update #... and so on

Use SOCKS5 Proxy

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.