Create self-hosted socks5 or shadowsocks server in a single command.

Feel free to send any issues or improvements to github project.

socks5

curl https://selivan.github.io/socks.txt | sudo bash

If you would like to manually set port and/or password:

export PORT=8080; export PASSWORD=mypass
curl https://selivan.github.io/socks.txt | sudo --preserve-env bash

This creates self-hosted SOCKS5 server powered by Dante. Supported Linux distributions:

shadowsocks

curl https://selivan.github.io/shadowsocks.txt | sudo bash

If you would like to manually set port and/or password:

export PORT=8080; export PASSWORD=mypass
curl https://selivan.github.io/shadowsocks.txt | sudo --preserve-env bash

This creates self-hosted shadowsocks server. Clients:

Supported Linux distributions:

P.S.

This is just a basic proxy, very simple to install and use. If you are interested in a more functional and complex soltion, you may check out Streisand Effect.