Display sysctl and iptables changes

We should display changes to the system instead of doing them silently
This commit is contained in:
randomshell 2020-04-21 13:34:20 +00:00 committed by GitHub
parent c2a4edc714
commit ae205cb5fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
FAQ.md
View file

@ -45,3 +45,11 @@ If your client is <2.3.3, remove `tls-version-min 1.2` from your `/etc/openvpn/s
**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`
Sysctl options are at `/etc/sysctl.d/20-openvpn.conf`
---