shadowsocks client for linux

 

      shadowsocks client for linux

 

First install shadowsocks-pro from pypi.org. Run command 

    pip3 install shadowsocks-pro

 

Now create your config.json file. Here is an example :

{
    "server":"server-ip",
    "server_port":8000,
    "local_address": "127.0.0.1",
    "local_port":1080,
    "password":"your-password",
    "timeout":600,
    "method":"aes-256-cfb"
}

Now run command :

    sslocal -c config.json

This provide a proxy : 127.0.0.1:1080 

Set this proxy as socks5 in your firefox browser.



Now you can surf internet anonymously .

   

 

Comments

Popular posts from this blog

how to install Windscribe VPN in Kali Linux

How to create Wifi QR code and scan with connected wifi in linux

How to fix onionshare is not working in linux ?