Browse Source

Move note about LXC to DISCLAIMER.md

Alexandre Aubin 3 years ago
parent
commit
f09f477867
4 changed files with 19 additions and 16 deletions
  1. 0 8
      doc/DESCRIPTION.md
  2. 0 8
      doc/DESCRIPTION_fr.md
  3. 10 0
      doc/DISCLAIMER.md
  4. 9 0
      doc/DISCLAIMER_fr.md

+ 0 - 8
doc/DESCRIPTION.md

@@ -5,11 +5,3 @@
 * 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"
-```

+ 0 - 8
doc/DESCRIPTION_fr.md

@@ -5,11 +5,3 @@
 * Pare-feu strict (le traffice entrant et sortant se fait seulement via le pare-feu et ne fuite pas de données à votre FAI commercial)
 * Peut-être combiné avec [l'application Hotspot](https://github.com/YunoHost-Apps/hotspot_ynh) pour diffuser un WiFi protégé par le VPN à d'autres laptop sans configuration technique requise sur les machines clientes.
 
-## Faire tourner VPNclient dans un LXC
-
-Si vous souhaitez faire tourner OpenVPN dans un LXC, il vous faudra rajouter la configuration suivante dans votre conteneur:
-```
-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"
-```

+ 10 - 0
doc/DISCLAIMER.md

@@ -1 +1,11 @@
 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"
+```

+ 9 - 0
doc/DISCLAIMER_fr.md

@@ -1 +1,10 @@
 Notez que cette application est prévue pour fonctionner avec des **VPN dédiés et à IP publique qui acceptent le traffic entrant**, et de préférence avec un fichier de configuration `.cube` (ou `.ovpn/.conf`) associé. Un VPN acheté au hasard sur Internet ne fonctionnera sans doute pas ! Consultez [la liste des fournisseurs connus et compatibles](https://yunohost.org/providers/vpn) pour plus d'infos.
+
+## Faire tourner VPNclient dans un LXC
+
+Si vous souhaitez faire tourner OpenVPN dans un LXC, il vous faudra rajouter la configuration suivante dans votre conteneur:
+```
+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"
+```