From 3a520195e8e06dd1a63f15548a10a4e47e7e3faa Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 30 Dec 2021 16:07:07 +0000 Subject: [PATCH] Auto-update README --- README.md | 16 +--------------- README_fr.md | 16 +--------------- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 97b69e5..1895d1d 100644 --- a/README.md +++ b/README.md @@ -31,26 +31,12 @@ WireGuard® is fast and modern VPN that utilizes state-of-the-art cryptography. * WireGuard for YunoHost will add a DMKS module to your Linux kernel. * You may need to reboot your server for WireGuard to be able to start. * The package includes WireGuard and non-official web UI to configure it. - * Avoid altering the configuration files via the command line interface, though. + * Do not manually alter the configuration files. * Use YunoHost permissions panel to allow users to access the web UI. * Only one network interface, *wg0*, can be managed with this app at the moment. After installation, you need to `Apply Config` once in the UI before the VPN service can be started. -### Make your server share its Internet connection - -#### Enable port forwarding - -```bash -sudo nano /etc/sysctl.conf -# Uncomment the following lines: -net.ipv4.ip_forward = 1 -net.ipv6.conf.all.forwarding = 1 -# Save and quit (CTRL+O, CTRL+X) -sudo sysctl -p -``` - - ## Documentation and resources * Official app website: https://www.wireguard.com/ diff --git a/README_fr.md b/README_fr.md index d496f14..9d5c892 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,26 +27,12 @@ WireGuard® is fast and modern VPN that utilizes state-of-the-art cryptography. * Cette application ajoutera un module DMKS à votre noyau Linux. * Vous devriez redémarrer votre serveur pour que WireGuard puisse se lancer. * Cette application inclut WireGuard et une interface web non-officielle pour le configurer. - * Évitez de modifier les fichiers de configuration via la ligne de commande. + * Ne modifiez pas les fichiers de configuration à la main. * Utiliser le panneau de permissions de YunoHost pour autoriser des utilisateurs à accéder à WireGuard UI. * Une seule interface réseau, *wg0*, peut actuellement être gérée par cette app. Après installation, vous devrez cliquer sur `Apply Config` une fois dans l'UI avant que le service VPN puisse être démarré. -### Partagez votre connexion Internet via WireGuard - -#### Activez le *port forwarding* - -```bash -sudo nano /etc/sysctl.conf -# Décommentez les lignes suivantes : -net.ipv4.ip_forward = 1 -net.ipv6.conf.all.forwarding = 1 -# Sauvegardez et quittez (CTRL+O, CTRL+X) -sudo sysctl -p -``` - - ## Documentations et ressources * Site officiel de l'app : https://www.wireguard.com/