chaotic evil nftables
table inet filter {
chain input {
type input hook filter priority filter policy accept
ct state {established, related} drop
}
}
chaotic evil nftables table inet filter { ct state {established, related} drop 2 comments
|
@mo
idk the syntax. Does it make tcp handshakes and then stop responding?