From f373300f00c0183c077d360403d05f24c12648d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83=E2=84=A2?= <398188662@qq.com> Date: Wed, 19 Jul 2017 15:14:51 +0800 Subject: [PATCH] Update iptables.md --- command/iptables.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ┃ - ┖━━━━━━━━━━━━━━━┛ + ┗━━━━━━━━━━━━━━━┛ ```