Skip to content

Commit 3842841

Browse files
authored
修复 FORWARD 拼写错误
修复 FORWARD 拼写错误
1 parent 9632a3e commit 3842841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/iptables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
109109

110110
- **INPUT链** :处理输入数据包。
111111
- **OUTPUT链** :处理输出数据包。
112-
- **PORWARD链** :处理转发数据包。
112+
- **FORWARD链** :处理转发数据包。
113113
- **PREROUTING链** :用于目标地址转换(DNAT)。
114114
- **POSTOUTING链** :用于源地址转换(SNAT)。
115115

0 commit comments

Comments
 (0)