📜  ufw add rule with comment - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:38.943000             🧑  作者: Mango
代码示例1
ufw rule comment 'my cool comment here'
# Example
ufw allow from 123.456.78 to any port 22 comment 'My Colleague'