mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Auto-update README
This commit is contained in:
parent
d9e2af3182
commit
a5d62c18e6
2 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Virtual Private Networks (VPN) via WireGuard, with a web UI to ease configuration
|
||||
|
||||
**Shipped version:** 0.2.7~ynh7
|
||||
**Shipped version:** 0.2.7~ynh8
|
||||
|
||||
|
||||
|
||||
|
@ -48,7 +48,7 @@ net.ipv6.conf.all.forwarding = 1
|
|||
sudo sysctl -p
|
||||
```
|
||||
|
||||
Add the following commands in `WireGuard Server` menu. Replace `eth0` with the interface connected to the Internet:
|
||||
Add the following commands in `WireGuard Server` menu, like in [this picture](https://user-images.githubusercontent.com/8769166/124400150-cf354980-dd20-11eb-87c6-9478938d9c82.png). Replace `eth0` with the interface connected to the Internet:
|
||||
|
||||
#### Post Up Script
|
||||
```
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Réseaux Privés Virtuels (VPN) via WireGuard, avec une web UI pour faciliter sa configuration
|
||||
|
||||
**Version incluse :** 0.2.7~ynh7
|
||||
**Version incluse :** 0.2.7~ynh8
|
||||
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ net.ipv6.conf.all.forwarding = 1
|
|||
sudo sysctl -p
|
||||
```
|
||||
|
||||
Ajoutez les commandes suivantes dans le menu `WireGuard Server`. Remplacez `eth0` avec l'interface connectée à Internet :
|
||||
Ajoutez les commandes suivantes dans le menu `WireGuard Server`, tel que dans [cette image](https://user-images.githubusercontent.com/8769166/124400150-cf354980-dd20-11eb-87c6-9478938d9c82.png). Remplacez `eth0` avec l'interface connectée à Internet :
|
||||
|
||||
#### Post Up Script
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue