Yunohost VPN app https://github.com/labriqueinternet/vpnclient_ynh

Julien VAUBOURG 5b5ee6f12e Update README il y a 10 ans
conf 11fe357edb Remove php.ini modification il y a 10 ans
scripts 11fe357edb Remove php.ini modification il y a 10 ans
sources c1a4265a2c Add enable/disable feature il y a 10 ans
LICENSE fdb9776079 Add LICENSE il y a 10 ans
README.md 5b5ee6f12e Update README il y a 10 ans
TODO 2b1c541caa Add license headers il y a 10 ans
manifest.json d89a6f6a51 Fix some bugs on Chromium and IE il y a 10 ans
manifest.json.options d89a6f6a51 Fix some bugs on Chromium and IE il y a 10 ans
screenshot.png c1a4265a2c Add enable/disable feature il y a 10 ans

README.md

VPN Client

Overview

Warning: work in progress

VPN Client app for YunoHost.

  • Install a VPN connection on your self-hosted server.
  • Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
  • Useful to have static IP addresses (IPv6 and IPv4).
  • Useful to easily move your server anywhere.
  • With the Hotspot app for YunoHost, you can broadcast your VPN access by Wifi for using a clean internet connection (depending on your VPN provider) on your laptop (or those of your friends) without have to configure it.

This YunoHost app is a part of the "La Brique Internet" project but can be used independently.

Features

  • Port selection, with UDP or TCP
  • Authentication based on certificates or login (or both)
  • IPv6 compliant (with a delegated prefix)
  • Set an IPv6 from your delegated prefix (prefix::42) on the server, to use for the AAAA records
  • Use native IPv6 if available for creating the tunnel
  • Web interface (screenshot)

Prerequisites

This app works with a non-stable version of YunoHost.

Until this version is available (coming soon!) as an official stable release, you need to execute some commands before installing this app:

# service bind9 stop
# update-rc.d bind9 remove
# apt-get install dnsmasq