ruo2012 / ssvpn

Shadowsocks VPN, A Android VPN base on Shadowsocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadowsocks VPN, A Android VPN base on Shadowsocks.

Compatible with Shadowsocks, based on shadowsocks-android, only added free built-in shadowsocks servers. If you are not satisfied with our built-in Shadowsocks vpn servers, you can add or import your own Shadowsocks server to use.

Feedback

IssuesTelegram Group

PREREQUISITES

  • JDK 1.8
  • Android SDK
    • Android NDK

BUILD

You can check whether the latest commit builds under UNIX environment by checking Travis status.

  • Clone the repo using git clone --recurse-submodules <repo> or update submodules using git submodule update --init --recursive
  • Build it using Android Studio or gradle script

BUILD WITH DOCKER

mkdir build
sudo chown 3434:3434 build
docker run --rm -v ${PWD}/build:/build circleci/android:api-28-ndk bash -c "cd /build; git clone https://github.com/shadowsocks/shadowsocks-android; cd shadowsocks-android; git submodule update --init --recursive; ./gradlew assembleDebug"

CONTRIBUTING

If you are interested in contributing or getting involved with this project, please read the CONTRIBUTING page for more information. The page can be found here.

OPEN SOURCE LICENSES

LICENSE

Copyright (C) 2019 by ssvpn
Copyright (C) 2017 by Max Lv <max.c.lv@gmail.com>
Copyright (C) 2017 by Mygod Studio <contact-shadowsocks-android@mygod.be>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Shadowsocks VPN, A Android VPN base on Shadowsocks.

License:Other


Languages

Language:C 82.7%Language:C++ 5.5%Language:Shell 2.3%Language:Kotlin 2.3%Language:Roff 1.4%Language:Python 1.1%Language:CMake 0.9%Language:Objective-C 0.7%Language:Makefile 0.7%Language:M4 0.6%Language:Assembly 0.4%Language:Perl 0.3%Language:PHP 0.3%Language:Yacc 0.2%Language:HTML 0.2%Language:Smarty 0.1%Language:Ruby 0.1%Language:CSS 0.0%Language:Starlark 0.0%Language:Batchfile 0.0%Language:Dockerfile 0.0%Language:Lex 0.0%Language:Nix 0.0%Language:GDB 0.0%Language:XSLT 0.0%Language:Terra 0.0%Language:Java 0.0%Language:sed 0.0%Language:SmPL 0.0%Language:VBScript 0.0%Language:Raku 0.0%Language:Tcl 0.0%Language:Groovy 0.0%