Skip to content

Instantly share code, notes, and snippets.

@xeptore
Last active January 29, 2025 14:33
Show Gist options
  • Save xeptore/6f37996c89ca2dca9d0c2cad9fabe481 to your computer and use it in GitHub Desktop.
Save xeptore/6f37996c89ca2dca9d0c2cad9fabe481 to your computer and use it in GitHub Desktop.
Shadowsocks Ubuntu 20.04 Installation Guide
  1. Install

    sudo apt update
    sudo apt install shadowsocks-libev
  2. Configure

    sudo vim /etc/shadowsocks-libev/config.json
  3. Start

    sudo systemctl start shadowsocks-libev.service
  4. Enable Service On Restarts (Optional)

    sudo systemctl enable shadowsocks-libev.service

Mostly copied from: https://frost-lee.github.io/shadowsocks-ubuntu/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment