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:
- Ubuntu 16.04 Xenial
- Ubuntu 18.04 Bionic
- Ubuntu 20.04 Focal
- CentOS 7 and Oracle Linux 7.5 (thanks to Vlad Safronov)
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:
- Android: shadowsocks by Max Lv
- Other devices: shadowsocks clients
Supported Linux distributions:
- Ubuntu 16.04 Xenial
- Ubuntu 18.04 Bionic
- CentOS 7 and RHEL 7 (thanks to Octavian Dodita octavian2204[anti-spam-dog]gmail.com )
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.