aboutsummaryrefslogtreecommitdiff
path: root/content/docs/gentoo/wireguard.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-08-04 18:02:42 +0200
committerJulien Dessaux2021-08-04 18:02:42 +0200
commit8ba8a36c72ebd101ab8fc81b5f7552477a088fbd (patch)
tree98d04f7967701c31e10336d963d844b2065dd9d4 /content/docs/gentoo/wireguard.md
parentAdded blkdiscard blog article (diff)
downloadwww-8ba8a36c72ebd101ab8fc81b5f7552477a088fbd.tar.gz
www-8ba8a36c72ebd101ab8fc81b5f7552477a088fbd.tar.bz2
www-8ba8a36c72ebd101ab8fc81b5f7552477a088fbd.zip
typo
Diffstat (limited to 'content/docs/gentoo/wireguard.md')
-rw-r--r--content/docs/gentoo/wireguard.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/gentoo/wireguard.md b/content/docs/gentoo/wireguard.md
index 10e3c4d..1b97df2 100644
--- a/content/docs/gentoo/wireguard.md
+++ b/content/docs/gentoo/wireguard.md
@@ -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
```