Help for this page

Select Code to Download


  1. or download this
    package Iptparser;
    
    ...
    
    }
    1
    
  2. or download this
    DROP TABLE stats_iptables;
    DROP SEQUENCE stats_iptables_stat_id_seq;
    ...
    grant update on stats_iptables to apache;
    grant delete on stats_iptables to apache;
    grant update on stats_iptables_stat_id_seq to apache;