From 0188c442a287fd86b49e2c574362abf5a990d345 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Thu, 23 Apr 2020 18:49:20 +0200 Subject: [PATCH 1/3] FAQ: Remove obsolete entry Fix #634 --- FAQ.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/FAQ.md b/FAQ.md index 18601a0..4c31f2f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -75,16 +75,8 @@ 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` Sysctl options are at `/etc/sysctl.d/20-openvpn.conf` - ---- From 72c99f3e8f78d35469c9383d5b6ed445782d3c02 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Fri, 24 Apr 2020 16:00:59 +0000 Subject: [PATCH 2/3] Add FAQ for router clients (#629) --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/FAQ.md b/FAQ.md index 4c31f2f..80db057 100644 --- a/FAQ.md +++ b/FAQ.md @@ -80,3 +80,16 @@ 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` + +--- + +**Q:** My router can't connect + +**A:** +- `Options error: No closing quotation (") in config.ovpn:46` : + + type `yes` when asked to customize encryption settings and choose `tls-auth` + +- `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?" From ecd2b45c9f1f5cc79c76a527d6306757997ea915 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Sun, 26 Apr 2020 15:50:57 +0200 Subject: [PATCH 3/3] Delete issue template (blank still available) --- .github/ISSUE_TEMPLATE/somehting-else.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/somehting-else.md diff --git a/.github/ISSUE_TEMPLATE/somehting-else.md b/.github/ISSUE_TEMPLATE/somehting-else.md deleted file mode 100644 index 08564b1..0000000 --- a/.github/ISSUE_TEMPLATE/somehting-else.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Something else -about: Not a bug nor a feature request? -title: '' -labels: '' -assignees: '' - ---- - -**Checklist** - -- [ ] I read the [README](https://github.com/angristan/openvpn-install/blob/master/README.md) -- [ ] I read the [FAQ](https://github.com/angristan/openvpn-install/blob/master/FAQ.md) -- [ ] I searched the [issues](https://github.com/angristan/openvpn-install/issues?q=is%3Aissue+) -- [ ] My issue is about the script, and not OpenVPN itself - -