diff --git a/command/iptables.md b/command/iptables.md index 17a51fe1de..4acd0afd26 100644 --- a/command/iptables.md +++ b/command/iptables.md @@ -1,6 +1,6 @@ iptables === - + Linux上常用的防火墙软件 ## 补充说明 @@ -57,7 +57,7 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协 动作包括: -* **accept** :接收数据包。 +* **ACCEPT** :接收数据包。 * **DROP** :丢弃数据包。 * **REDIRECT** :重定向、映射、透明代理。 * **SNAT** :源地址转换。