Update iptables.md

This commit is contained in:
小弟调调™ 2017-07-19 15:14:51 +08:00 committed by GitHub
parent cba5f337a5
commit f373300f00
1 changed files with 4 additions and 4 deletions

View File

@ -66,9 +66,9 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
- **LOG** :日志记录。 - **LOG** :日志记录。
```bash ```bash
╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓ ╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
┌───────────────┐ ┃ Network ┃ ┌───────────────┐ ┃ Network ┃
│ table: filter │ ━━━━━━━┳━━━━━━━┛ │ table: filter │ ━━━━━━━┳━━━━━━━┛
│ chain: INPUT │◀────┐ │ │ chain: INPUT │◀────┐ │
└───────┬───────┘ │ ▼ └───────┬───────┘ │ ▼
│ │ ┌───────────────────┐ │ │ ┌───────────────────┐
@ -93,9 +93,9 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
│ chain: OUTPUT ├────┘ └──────────┬─────────┘ │ chain: OUTPUT ├────┘ └──────────┬─────────┘
└───────────────┘ │ └───────────────┘ │
╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓ ╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
┃ Network ┃ ┃ Network ┃
━━━━━━━━━━━━━━━┛ ━━━━━━━━━━━━━━━┛
``` ```