parent
3475a0ee39
commit
a2c25f2832
1 changed files with 11 additions and 1 deletions
@ -1,2 +1,12 @@ |
|||||||
# mailcow-dockerized-proxy |
# 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 |
||||||
|
Loading…
Reference in new issue