📜  ufw拒绝和拒绝之间的区别-任何代码示例

📅  最后修改于: 2022-03-11 14:55:41.245000             🧑  作者: Mango

代码示例1
"deny" uses the DROP iptables target, which silently discards
incoming packets. "reject" uses the REJECT iptables target,
which sends back an error packet to the sender of the rejected packet.
deny is usually a bit safer