Update iptables.md
This commit is contained in:
parent
cba5f337a5
commit
f373300f00
|
|
@ -66,9 +66,9 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
|
|||
- **LOG** :日志记录。
|
||||
|
||||
```bash
|
||||
┎╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
|
||||
┏╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
|
||||
┌───────────────┐ ┃ Network ┃
|
||||
│ table: filter │ ┖━━━━━━━┳━━━━━━━┛
|
||||
│ table: filter │ ┗━━━━━━━┳━━━━━━━┛
|
||||
│ chain: INPUT │◀────┐ │
|
||||
└───────┬───────┘ │ ▼
|
||||
│ │ ┌───────────────────┐
|
||||
|
|
@ -93,9 +93,9 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
|
|||
│ chain: OUTPUT ├────┘ └──────────┬─────────┘
|
||||
└───────────────┘ │
|
||||
▼
|
||||
┎╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
|
||||
┏╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
|
||||
┃ Network ┃
|
||||
┖━━━━━━━━━━━━━━━┛
|
||||
┗━━━━━━━━━━━━━━━┛
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue