Iptables.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Mar 2013 07:52:36 +0000 (15:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Mar 2013 07:52:36 +0000 (15:52 +0800)
Iptables.php

index 089afc9..5d1600e 100644 (file)
@@ -286,7 +286,9 @@ class Pman_Admin_Iptables extends Pman {
         
         
         
-        $this->exec("{$iptables} -F postgres"); // flush old
+        //$this->exec("{$iptables} -F postgres"); // flush old
+        $this->exec("{$iptables} -X postgres"); // flush old
+        
         $this->exec("{$iptables} -N postgres");  // create new..
         
         $this->exec($iptables. ' -A postgres -m limit --limit 2/min -j LOG '.