From 6210c64d10b589e906b4c1e42c8d50b103028557 Mon Sep 17 00:00:00 2001 From: angristan Date: Mon, 17 Sep 2018 01:24:23 +0200 Subject: [PATCH] Fix broken link in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8698c26..c4a3f32 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ This fork includes the following features : - Better DNS resolvers, see below - Choice between TCP and UDP (UDP is still recommended) - IPv6 (NATed) support -- Run server in [unprivileged mode](https://github.com/Angristan/OpenVPN-install/blob/master/openvpn-install.sh#L426), reducing risks to the system +- Run server in unprivileged mode, reducing risks to the system - [Block DNS leak on Windows 10](https://community.openvpn.net/openvpn/ticket/605) - No comp-lzo, as [compression is a vector for oracle attacks, e.g. CRIME or BREACH](https://github.com/BetterCrypto/Applied-Crypto-Hardening/pull/91#issuecomment-75388575) - [Arch Linux support](https://github.com/Angristan/OpenVPN-install/pull/2)