Ver código fonte

Update etc_ferm_ferm.conf

Alex Payne 11 anos atrás
pai
commit
a9cabad947
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      roles/common/files/etc_ferm_ferm.conf

+ 1
- 1
roles/common/files/etc_ferm_ferm.conf Ver arquivo

@@ -17,7 +17,7 @@ table filter {
17 17
 
18 18
         # expose our services to the world:
19 19
         # dns, web, ssh, imap + ssl, smtp + ssl, znc
20
-        proto tcp dport (53 http https ssh 993 465 6697) ACCEPT;
20
+        proto tcp dport (25 53 http https ssh 993 465 6697) ACCEPT;
21 21
 
22 22
         # openvpn
23 23
         proto udp dport 1194 ACCEPT;

Carregando…
Cancelar
Salvar