Gr par generate.py
darcs-hash:20050907202305-6d78a-d5f3c0798a816aef3ff0124b9750a286ffc79ef0.gz
This commit is contained in:
parent
6bb2aaefa9
commit
2e80775607
1 changed files with 1 additions and 10 deletions
|
@ -91,21 +91,12 @@ CREATE TABLE flood (
|
||||||
date timestamp NOT NULL,
|
date timestamp NOT NULL,
|
||||||
aid integer NOT NULL,
|
aid integer NOT NULL,
|
||||||
penalite integer NOT NULL);
|
penalite integer NOT NULL);
|
||||||
|
|
||||||
-- Table des exemptés :
|
-- Table des exemptés :
|
||||||
CREATE TABLE exemptes (
|
CREATE TABLE exemptes (
|
||||||
ip_crans inet NOT NULL,
|
ip_crans inet NOT NULL,
|
||||||
ip_dest inet NOT NULL);
|
ip_dest inet NOT NULL);
|
||||||
|
|
||||||
INSERT INTO exemptes (ip_crans,ip_dest) VALUES
|
|
||||||
('138.231.136.0/28','0.0.0.0/0'); -- crans vers le reste
|
|
||||||
-- du monde
|
|
||||||
INSERT INTO exemptes (ip_crans,ip_dest) VALUES
|
|
||||||
('138.231.136.0/21','138.231.0.0/16'); -- crans vers ens
|
|
||||||
INSERT INTO exemptes (ip_crans,ip_dest) VALUES
|
|
||||||
('138.231.148.0/22','138.231.0.0/16'); -- wifi crans vers ens
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-- Protocole udp ...
|
-- Protocole udp ...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue