Posts

Showing posts with the label shadowsocks-client

shadowsocks client for linux

Image
        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 .