1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00
hotspot_ynh/README.md

33 lines
1.4 KiB
Markdown
Raw Normal View History

# Wifi Hotspot
2014-11-10 00:32:04 +01:00
## Overview
2014-11-02 13:02:55 +01:00
2014-11-10 00:56:12 +01:00
**Warning: work in progress**
2014-11-10 00:32:04 +01:00
Hotspot wifi app for [YunoHost](http://yunohost.org/).
* Broadcast your own Wifi internet access in addition to your self-hosted web services.
* Without internet access, it's a [PirateBox](https://en.wikipedia.org/wiki/PirateBox).
2014-11-10 01:06:50 +01:00
* With the [VPN Client app for YunoHost](https://github.com/jvaubourg/vpnclient_ynh), it's an encrypted Wifi internet access (eventually with [neutral access](https://en.wikipedia.org/wiki/Net_neutrality), without filters, and with IPv6, depending on your VPN provider).
2014-11-10 00:32:04 +01:00
2015-04-25 17:46:11 +02:00
This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.net)" project but can be used independently.
2014-11-10 00:32:04 +01:00
## Features
* WPA2 encryption
* 802.11n compliant
2014-11-10 22:27:59 +01:00
* IPv6 compliant (with a delegated prefix)
2014-12-26 18:58:58 +01:00
* Announce DNS resolvers (IPv6 with RDNSS/DHCPv6 and IPv4 with DHCPv4)
* Automatic clients configuration (IPv6 with SLAAC/DHCPv6 and IPv4 with DHCPv4)
* Set an IPv6 from your delegated prefix (*prefix::42*) on the server, to use for the AAAA records
2014-11-10 00:32:04 +01:00
* Web interface ([screenshot](https://raw.githubusercontent.com/jvaubourg/hotspot_ynh/master/screenshot.png))
## 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