Browse Source

LXC tweaking ain't needed anymore apparently

Alexandre Aubin 3 years ago
parent
commit
f17cf77727
2 changed files with 0 additions and 19 deletions
  1. 0 10
      doc/DISCLAIMER.md
  2. 0 9
      doc/DISCLAIMER_fr.md

+ 0 - 10
doc/DISCLAIMER.md

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

+ 0 - 9
doc/DISCLAIMER_fr.md

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