From a2c25f2832f3d27521680dd7ef6ef277daeb2166 Mon Sep 17 00:00:00 2001 From: Edwin Lyon <53972157+practical-engelbart@users.noreply.github.com> Date: Mon, 28 Sep 2020 03:57:01 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eebcd80..4e418f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # mailcow-dockerized-proxy -Proxy Setup as well as a few other custom security changes for Mailcow + +Proxy Setup for Mailcow. +The script is designed to be copy and pasted during the cloud vpc deployment. +It will setup the recommeded docker environment settings, +install usbguard, created docker auditd rules and deploy apparmor as well as harden ssh, etc. + +The ipv4.conf and ipv6.conf are easy to deploy, simply edit and copy them over then run: + +sudo iptables-restore -n ipv4.conf +sudo ip6tables-restore -n ipv6.conf +sudo apt install iptables-persistent