This commit is contained in:
Julien Dessaux 2021-08-04 18:02:42 +02:00
parent 9b7ce54671
commit 8ba8a36c72

View file

@ -28,7 +28,7 @@ Your private key goes on the first line as argument to `wgkey`, the other keys a
To activate the interface configuration, use :
```sh
cd /etc/init.d
ln -s ln -s wg-quick wg-quick.wg0
ln -s wg-quick wg-quick.wg0
rc-update add wg-quick.wg0 default
/etc/init.d/wg-quick.wg0 start
```