📜  ufw 从 ip 拒绝 - Shell-Bash 代码示例

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

代码示例1
# Totally block
ufw deny from 123.456.543 to any
# Block from specific ports
ufw deny from 123.456.543 to any port your_port