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
This commit is contained in:
Stanislas Lange
2025-12-04 18:10:13 +01:00
committed by Stanislas
parent 46a295b538
commit bfcd624592

2
FAQ.md
View File

@@ -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`
---