Giter Club home page Giter Club logo

platonist0 / ether-vpn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tanujsinghkushwah/ether-vpn

0.0 0.0 0.0 333.58 MB

Ether VPN is an Android VPN client built on OpenVPN module.

License: GNU General Public License v3.0

Shell 2.26% JavaScript 0.12% Ruby 0.41% C++ 23.48% Scheme 0.13% Python 1.12% Perl 8.39% C 49.67% PHP 0.24% Objective-C 0.08% Java 2.39% OCaml 0.13% Common Lisp 0.01% Lua 0.19% Tcl 0.08% R 0.07% D 0.47% Go 0.17% C# 0.75% Assembly 9.85%

ether-vpn's Introduction

Ether VPN

Android VPN client developed using ics-openvpn library.

ethervpn-walkthrough.mp4

Build instructions:

  • Download swig[https://www.swig.org/download.html] on the system.
  • Add swig executable path to system/android studio environment path variables.
  • Check if submodules in cpp folder are fetched on your system using git submodule command.
  • Replace requestIdToken and google-services.json configuration according to firebase configurations on your account.
  • If current ovpn servers are not working then replace .ovpn configurations. Some free sites to find ovpn configs: freeopenvpn, vpngate.

Tips to build imported openvpn module with latest code while integrating in a base app:

  • Change plugin id("com.android.application") to id("com.android.library") in openvpn build.gradle.kts.
  • set(SWIG_EXECUTABLE "swig.exe") set(SWIG_DIR "swigwin-4.1.1") Add above 2 lines to openvpn/src/main/cpp/CMakeLists.txt if not present.
  • Enable multiDex on your base app.
  • Enable databinding and add productFlavors['ui', 'skeleton' in build.gradle of base app.
  • Comment out splits and applicantVariants register function in openvpn build.gradle.kts.
  • Verify de.blinkt.openvpn.core.OpenVPNService service and de.blinkt.openvpn.activities.DisconnectVPN activity is added to base project's AndroidManifest file.

Project/IDE configurations:

  • Gradle version - 7.5, Gradle plugin version - 7.4.1
  • SDK compile version - 33.0.0
  • java version "1.8.0_361"
  • Kotlin plugin installed on IDE

Screenshots:

Future developments possible:

  • Migration of ovpn configs to a DB and fetching it from there.
  • Improvements in UI and connection status display.
  • Implementation of subscription model for stable paid vpn servers.

Support the development for more free servers:

  • BTC - bc1qm7j9qsn55ue3ke54n2f92el9jx8rfa343yqxq7
  • ETH - 0x81466D108b0969DC26baE8AC040d15F706E9a231

To discuss any hiring opportunities, please drop an email to [email protected]

License:

This project is covered under GNUv3 license. It uses ics-openvpn module which uses GNUv2 license. Please read and understand scope of the license before starting the development.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.