Update README.md

master
Edwin Lyon 4 years ago committed by GitHub
parent 861e39b83e
commit 2547eb6e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      README.md

@ -8,16 +8,16 @@ Deploy a new VPS on either Vultr.com or Digital Ocean, select Ubuntu 20.0.4 LTS,
## Advanced configuration ## Advanced configuration
To setup the two iptables files simply use the following commands: To setup the two iptables files simply use the following commands (Remember to edit the rules to your environment first):
``` ```bash
iptables-restore -n $HOME/mailcow-dockerized-proxy/iptables/rules4.conf sudo iptables-restore -n $HOME/mailcow-dockerized-proxy/iptables/rules4.conf
ip6tables-restore -n $HOME/mailcow-dockerized-proxy/iptables/rules6.conf sudo ip6tables-restore -n $HOME/mailcow-dockerized-proxy/iptables/rules6.conf
iptables-save sudo iptables-save
ip6tables-save sudo ip6tables-save
apt install iptables-persistent sudo apt install iptables-persistent
``` ```
## Letsencrypt ## Letsencrypt

Loading…
Cancel
Save