Update README.

This commit is contained in:
gamemann
2020-12-18 02:23:53 +00:00
parent 68b9b0b124
commit b0d0b9f98f

View File

@@ -79,35 +79,23 @@ filters = (
enabled = true,
action = 0,
udpopts = (
{
enabled = true,
dport = 27015
}
)
udp_enabled = true,
udp_dport = 27015
},
{
enabled = true,
action = 1,
tcpopts = (
{
enabled = true,
syn = true,
dport = 27015
}
)
tcp_enabled = true,
tcp_syn = true,
tcp_dport = 27015
},
{
enabled = true,
action = 0,
icmpopts = (
{
enabled = true,
code = 0
}
)
icmp_enabled = true,
icmp_code = 0
},
{
enabled = true,