How to Build a Shadowsocks-Rust Server with Docker on Ubuntu 20.04

Introduction In this tutorial you’ll learn how to create your own Shadowsocks server on an Ubuntu 20.04 platform using Docker. The server you’ll build will implement the authenticated encryption with associated data (AEAD) cipher chacha20-ietf-poly1305. You’ll test your server with the Shadowsocks for Windows graphical user interface (GUI) client. At the end of this tutorial, you’ll have a working and tested Shadowsocks server. Prerequisites Before you begin this tutorial, you will need a virtual private server (VPS) running Ubuntu 20. [Read More]