Commit Graph

9 Commits

Author SHA1 Message Date
Nyr
4b664b7e47 Detect OpenVZ 6 2020-05-20 12:04:26 +02:00
Nyr
8b0b1a086b Check for sbin in $PATH 2020-05-19 17:03:03 +02:00
Nyr
55bdb64030 Fixes #5 2020-05-19 14:29:32 +02:00
Nyr
ff0cdfa17f Add support for containers
Containers are supported via the BoringTun user space tool.

Additional small changes:
- NAT fixed
- Do not force bc dependency for Debian any longer (#2)
2020-05-18 19:07:31 +02:00
Nyr
137b08a8fb Fix ip6tables path 2020-05-05 16:47:52 +02:00
Nyr
f52d8f48ff Fix #2
Install bd for Debian to address upstream bug.

Thanks @sentabi for the report.
2020-05-02 18:58:44 +02:00
Nyr
6b94ff0912 Improved firewall installation logic
New logic makes way more sense:
- If either firewalld or iptables are present, use whatever we have
- If not, install firewalld in CentOS/Fedora and iptables in Debian/Ubuntu
2020-05-01 17:52:40 +02:00
Nyr
eaa24c9b99 Check for gnupg availability
The gnupg package is not available by default in some Ubuntu 18.04 images. Check for it and install if required.
2020-04-30 22:55:24 +02:00
Nyr
941f27bd2f First commit 2020-04-30 20:26:38 +02:00