hamid-nazari / ShadowsocksGostPlugin

GOST plugin for Shadowsocks Android
13 stars 0 forks source link
android gost plugin shadowsocks

This is a native plugin for Shadowsocks Android which allows access to GOST functionality on Android clients. This is based on valuable work by @xausky and @segfault-bilibili on Shadowsocks GOST Plugin. I'll try my best to keep this live and up-to-date.

Build

I decided to make the least changes to the upstream code. Therefore, currently it can only be built on nix platfroms which support Bash, Android NDK, Go and GCC (like, Ubuntu). Build portability will be increased in furture releases. After cloning this repo locally, the project may be built either using Gradle (with few dependencies provided) or direectly from Android Studio. Dependencies are outlined below. Gradle needs internet access to obtain compile and runtime dependencies.

Common Build Dependencies