From f52ca3d8571798866b3faa49e7f13548638c6ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Mon, 2 Jan 2023 16:30:59 +0100 Subject: [PATCH] add links to other openvpn sites MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/tunneling/openvpn.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tunneling/openvpn.md b/docs/tunneling/openvpn.md index ac3c3b6..6ab4094 100644 --- a/docs/tunneling/openvpn.md +++ b/docs/tunneling/openvpn.md @@ -50,3 +50,8 @@ systemctl start openvpn@ ``` systemctl enable openvpn@ ``` + +## Further links + +- [Reference manual for OpenVPN 2.6](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-6/) +- [dn42 OpenVPN Guide](https://dn42.dev/howto/openvpn)