diff --git a/command/iptables.md b/command/iptables.md index 3677ee4ce1..f09b594af5 100644 --- a/command/iptables.md +++ b/command/iptables.md @@ -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 ┃ - ┖━━━━━━━━━━━━━━━┛ + ┗━━━━━━━━━━━━━━━┛ ```