Merge branch 'master' into patch-2

This commit is contained in:
Stanislas 2020-04-24 18:00:29 +02:00 committed by GitHub
commit fc2e1af478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
FAQ.md
View file

@ -75,12 +75,6 @@ If your client is <2.3.3, remove `tls-version-min 1.2` from your `/etc/openvpn/s
---
**Q:** How to setup openVPN in a LXC container? (f.e. Proxmox)
**A:** See https://github.com/Nyr/openvpn-install/wiki/How-to-setup-openVPN-in-a-LXC-container-(f.e.-Proxmox)
---
**Q:** What syctl and iptables changes are made by the script?
**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`
@ -99,5 +93,3 @@ Sysctl options are at `/etc/sysctl.d/20-openvpn.conf`
- `Options error: Unrecognized option or missing parameter(s) in config.ovpn:36: tls-version-min (2.3.2)` :
see question "Can I use an OpenVPN 2.3 client?"
---