Skip to content

Commit

Permalink
Merge pull request #69 from loverainye/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
huckhuang authored Apr 10, 2019
2 parents 9632a3e + 3842841 commit 3c2be68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/iptables.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协

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

Expand Down

0 comments on commit 3c2be68

Please sign in to comment.