mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:57:57 +00:00
UI: Conf: Add "report" & "log" options to rules' schema
This commit is contained in:
parent
5ad21c7c83
commit
f26d97ccc7
@ -30,8 +30,10 @@ CREATE TABLE rule(
|
||||
rule_id INTEGER PRIMARY KEY,
|
||||
enabled BOOLEAN NOT NULL,
|
||||
block BOOLEAN NOT NULL,
|
||||
report BOOLEAN NOT NULL,
|
||||
log BOOLEAN NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
rule_flags INTEGER NOT NULL, -- inbound/outbound, etc
|
||||
rule_flags INTEGER NOT NULL, -- inbound/outbound, local port is equal to remote port, etc
|
||||
ip_proto INTEGER NOT NULL,
|
||||
local_port TEXT NOT NULL,
|
||||
remote_port TEXT NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user