Explorar el Código

Update iptables.rst

FusionPBX hace 7 años
padre
commit
14ae026504
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      source/getting_started/iptables.rst

+ 7 - 0
source/getting_started/iptables.rst

@@ -68,6 +68,13 @@ Delete line 2
 
 ``iptables -D INPUT 2``
 
+Clear iptables rules
+================
+
+iptables -P INPUT ACCEPT
+iptables -F
+iptables -X
+
 Block IP address
 ================