Update README.
This commit is contained in:
26
README.md
26
README.md
@@ -79,35 +79,23 @@ filters = (
|
|||||||
enabled = true,
|
enabled = true,
|
||||||
action = 0,
|
action = 0,
|
||||||
|
|
||||||
udpopts = (
|
udp_enabled = true,
|
||||||
{
|
udp_dport = 27015
|
||||||
enabled = true,
|
|
||||||
dport = 27015
|
|
||||||
}
|
|
||||||
)
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled = true,
|
enabled = true,
|
||||||
action = 1,
|
action = 1,
|
||||||
|
|
||||||
tcpopts = (
|
tcp_enabled = true,
|
||||||
{
|
tcp_syn = true,
|
||||||
enabled = true,
|
tcp_dport = 27015
|
||||||
syn = true,
|
|
||||||
dport = 27015
|
|
||||||
}
|
|
||||||
)
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled = true,
|
enabled = true,
|
||||||
action = 0,
|
action = 0,
|
||||||
|
|
||||||
icmpopts = (
|
icmp_enabled = true,
|
||||||
{
|
icmp_code = 0
|
||||||
enabled = true,
|
|
||||||
code = 0
|
|
||||||
}
|
|
||||||
)
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user