Modified XDPFW config example file.
This commit is contained in:
@@ -4,38 +4,6 @@ updatetime = 15;
|
|||||||
filters = (
|
filters = (
|
||||||
{
|
{
|
||||||
enabled = true,
|
enabled = true,
|
||||||
action = 0,
|
action = 1
|
||||||
udpopts = (
|
|
||||||
{
|
|
||||||
enabled = true,
|
|
||||||
dport = 27015
|
|
||||||
}
|
|
||||||
)
|
|
||||||
},
|
|
||||||
{
|
|
||||||
enabled = true,
|
|
||||||
action = 1,
|
|
||||||
tcpopts = (
|
|
||||||
{
|
|
||||||
enabled = true,
|
|
||||||
syn = true,
|
|
||||||
dport = 27015
|
|
||||||
}
|
|
||||||
)
|
|
||||||
},
|
|
||||||
{
|
|
||||||
enabled = true,
|
|
||||||
action = 0,
|
|
||||||
icmpopts = (
|
|
||||||
{
|
|
||||||
enabled = true,
|
|
||||||
code = 0
|
|
||||||
}
|
|
||||||
)
|
|
||||||
},
|
|
||||||
{
|
|
||||||
enabled = true,
|
|
||||||
action = 0,
|
|
||||||
srcip = "10.50.0.4"
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
Reference in New Issue
Block a user