redirect: Fix unreachable

This commit is contained in:
世界 2025-05-29 15:04:21 +08:00
parent f13cd94aa0
commit 494b0ef858
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -742,9 +742,7 @@ func (r *autoRedirect) nftablesCreateUnreachable(
Data: []byte{uint8(nfProto)}, Data: []byte{uint8(nfProto)},
}, },
&expr.Counter{}, &expr.Counter{},
&expr.Verdict{ &expr.Reject{},
Kind: expr.VerdictDrop,
},
}, },
}) })
} }