|
@@ -22,14 +22,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|
|
* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
|
|
|
* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
|
|
|
|
|
|
-## Running vpnclient inside lxc
|
|
|
-
|
|
|
-If you want to run openvpn inside lxc, you should add this to your container:
|
|
|
-```
|
|
|
-lxc.hook.autodev = sh -c "modprobe tun"
|
|
|
-lxc.mount.entry=/dev/net/tun dev/net/tun none bind,create=file
|
|
|
-lxc.hook.autodev = sh -c "chmod 0666 dev/net/tun"
|
|
|
-```
|
|
|
|
|
|
|
|
|
**Shipped version:** 2.0~ynh1
|
|
@@ -44,6 +36,16 @@ lxc.hook.autodev = sh -c "chmod 0666 dev/net/tun"
|
|
|
|
|
|
Please note that this application is designed to interface with **dedicated, public IP VPNs accepting inbound traffic**, preferably with an associated `.cube` (or `.ovpn/.conf`) configuration file. **Do not** expect that any VPN you randomly bought on the Internet can be used! Checkout the [list of known compatible providers](https://yunohost.org/providers/vpn) for more info.
|
|
|
|
|
|
+
|
|
|
+## Running vpnclient inside lxc
|
|
|
+
|
|
|
+If you want to run openvpn inside lxc, you should add this to your container:
|
|
|
+```
|
|
|
+lxc.hook.autodev = sh -c "modprobe tun"
|
|
|
+lxc.mount.entry=/dev/net/tun dev/net/tun none bind,create=file
|
|
|
+lxc.hook.autodev = sh -c "chmod 0666 dev/net/tun"
|
|
|
+```
|
|
|
+
|
|
|
## Documentation and resources
|
|
|
|
|
|
* YunoHost documentation for this app: https://yunohost.org/app_vpnclient
|