📌  相关文章
📜  如何向 iptables 规则添加注释? - Shell-Bash 代码示例

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

代码示例1
# Using the module comment
sudo iptables -A INPUT -p tcp --dport 22 -m comment --comment "allow ssh"