From bfcd62459257bcad557a05e1c3c44a9262d44a87 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Thu, 4 Dec 2025 18:10:13 +0100 Subject: [PATCH] docs: fix sysctl config path in FAQ (20 -> 99) The script uses /etc/sysctl.d/99-openvpn.conf but the FAQ incorrectly referenced /etc/sysctl.d/20-openvpn.conf --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5acd78b..c7ca6c6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -83,7 +83,7 @@ If your client is <2.3.3, remove `tls-version-min 1.2` from your `/etc/openvpn/s **A:** Iptables rules are saved at `/etc/iptables/add-openvpn-rules.sh` and `/etc/iptables/rm-openvpn-rules.sh`. They are managed by the service `/etc/systemd/system/iptables-openvpn.service` -Sysctl options are at `/etc/sysctl.d/20-openvpn.conf` +Sysctl options are at `/etc/sysctl.d/99-openvpn.conf` ---