diff --git a/roles/firewall/templates/firewall.j2 b/roles/firewall/templates/firewall.j2 index 9107fa6..eef575d 100644 --- a/roles/firewall/templates/firewall.j2 +++ b/roles/firewall/templates/firewall.j2 @@ -344,7 +344,7 @@ config rule option src_ip '{{ hostvars['mail.dmz.mateu.be']['ansible_default_ipv4']['address'] }}' list proto 'tcp' option dest 'wan' - option dst_port '25' + option dest_port '25' option target 'ACCEPT' option family 'ipv4' @@ -583,13 +583,3 @@ config forwarding config forwarding option src 'lan' option dest 'orig' - -config include - option path '/etc/firewall.user' - -config include 'miniupnpd' - option type 'script' - option path '/usr/share/miniupnpd/firewall.include' - option family 'any' - option reload '1' -