All Projects → schwabe → Ics Openvpn

schwabe / Ics Openvpn

OpenVPN for Android

Programming Languages

c
50402 projects - #5 most used programming language
java
68154 projects - #9 most used programming language
shell
77523 projects
kotlin
9241 projects
C++
36643 projects - #6 most used programming language
xBase
55 projects

Projects that are alternatives of or similar to Ics Openvpn

Nordvpn Networkmanager
A CLI tool for automating the importing, securing and usage of NordVPN (and in the future, more) OpenVPN servers through NetworkManager.
Stars: ✭ 111 (-95.29%)
Mutual labels:  openvpn
Vpngate With Proxy
vpn gate client for linux, be able to connect to open vpn server through proxy
Stars: ✭ 150 (-93.64%)
Mutual labels:  openvpn
Docker Openvpn
🔐 Out of the box stateless openvpn-server docker image which starts in less than 2 seconds
Stars: ✭ 174 (-92.62%)
Mutual labels:  openvpn
Alfred Vpn Manager
Manage Tunnelblick & Viscosity VPN connections from Alfred
Stars: ✭ 127 (-94.61%)
Mutual labels:  openvpn
Ladder
梯子,科学上网,翻墙 , 代理, 外网, 加速器, 路由, V2Ray,SS,shadowsocks, SSR
Stars: ✭ 141 (-94.02%)
Mutual labels:  openvpn
Ovpnmcgen.rb
An OpenVPN iOS Configuration Profile (.mobileconfig) Utility—Configures OpenVPN for use with VPN-on-Demand that are not exposed through Apple Configurator 2.
Stars: ✭ 154 (-93.47%)
Mutual labels:  openvpn
Cake Vpn
Android VPN app based on OpenVPN library.
Stars: ✭ 109 (-95.38%)
Mutual labels:  openvpn
Arch Rtorrentvpn
Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
Stars: ✭ 185 (-92.15%)
Mutual labels:  openvpn
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-93.89%)
Mutual labels:  openvpn
Config
Various program configuration files and scripts
Stars: ✭ 173 (-92.66%)
Mutual labels:  openvpn
Vpnfailsafe
IP leak prevention for OpenVPN
Stars: ✭ 130 (-94.48%)
Mutual labels:  openvpn
Adblocking Vpn
🔒 Create your own VPN server that blocks malicious domains to enhance your security and privacy
Stars: ✭ 139 (-94.1%)
Mutual labels:  openvpn
Autovpn
Create On Demand Disposable OpenVPN Endpoints on AWS.
Stars: ✭ 1,959 (-16.89%)
Mutual labels:  openvpn
Vault Openvpn
Small wrapper utility to manage OpenVPN configuration combined with a Vault PKI
Stars: ✭ 112 (-95.25%)
Mutual labels:  openvpn
Openwrt Sfe Flowoffload Ath79
Openwrt firmware with SFE and FlowOffload
Stars: ✭ 178 (-92.45%)
Mutual labels:  openvpn
Mullvadvpn App
The Mullvad VPN client app for desktop and mobile
Stars: ✭ 1,953 (-17.14%)
Mutual labels:  openvpn
Upribox
Usable Privacy Box
Stars: ✭ 153 (-93.51%)
Mutual labels:  openvpn
Openvpn3 Linux
OpenVPN 3 Linux client
Stars: ✭ 186 (-92.11%)
Mutual labels:  openvpn
Tunnelkit
Non-official OpenVPN client library for Apple platforms.
Stars: ✭ 180 (-92.36%)
Mutual labels:  openvpn
Smartvpn Http Hooks
OpenVPN server hooks
Stars: ✭ 171 (-92.75%)
Mutual labels:  openvpn

OpenVPN for Android

build status

Description

With the new VPNService of Android API level 14+ (Ice Cream Sandwich) it is possible to create a VPN service that does not need root access. This project is a port of OpenVPN.

Get it on F-Droid Get it on Google Play

Developing

If you want to develop on ics-openvpn please read the doc/README.txt before opening issues or emailing me.

Also please note that before contributing to the project that I would like to retain my ability to relicense the project for different third parties and therefore probably need a contributer's agreement from any contributing party. To get started, sign the Contributor License Agreement.

You can help

Even if you are no programmer you can help by translating the OpenVPN client into your native language. Crowdin provides a free service for non commercial open source projects (Fixing/completing existing translations is very welcome as well)

FAQ

You can find the FAQ here (same as in app): https://ics-openvpn.blinkt.de/FAQ.html

Controlling from external apps

There is the AIDL API for real controlling (see developing section). Due to high demand also the Activities de.blinkt.openvpn.api.DisconnectVPN and de.blinkt.openvpn.api.ConnectVPN exist. It uses de.blinkt.openvpn.api.profileName as extra for the name of the VPN profile.

Note to administrators

You make your life and that of your users easier if you embed the certificates into the .ovpn file. You or the users can mail the .ovpn as a attachment to the phone and directly import and use it. Also downloading and importing the file works. The MIME Type should be application/x-openvpn-profile.

Inline files are supported since OpenVPN 2.1rc1 and documented in the OpenVPN 2.3 man page (under INLINE FILE SUPPORT)

(Using inline certifaces can also make your life on non-Android platforms easier since you only have one file.)

For example ca mycafile.pem becomes

  <ca>
  -----BEGIN CERTIFICATE-----
  MIIHPTCCBSWgAwIBAgIBADANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdSb290
  [...]
  -----END CERTIFICATE-----
  </ca>

Footnotes

Please note that OpenVPN used by this project is under GPLv2.

If you cannot or do not want to use the Play Store you can download the apk files directly.

If you want to donate you can donate to [email protected] via paypal, or alternatively if you believe in fancy Internet money you can use Bitcoin: 1EVWVqpVQFhoFE6gKaqSkfvSNdmLAjcQ9z

The old official or main repository was a Mercurial (hg) repository at http://code.google.com/p/ics-openvpn/source/

The new Git repository is now at GitHub under https://github.com/schwabe/ics-openvpn

Please read the doc/README before asking questions or starting development.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].