Skip to content

Commit f373300

Browse files
authored
Update iptables.md
1 parent cba5f33 commit f373300

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

command/iptables.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
6666
- **LOG** :日志记录。
6767

6868
```bash
69-
╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
69+
╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
7070
┌───────────────┐ ┃ Network ┃
71-
│ table: filter │ ━━━━━━━┳━━━━━━━┛
71+
│ table: filter │ ━━━━━━━┳━━━━━━━┛
7272
│ chain: INPUT │◀────┐ │
7373
└───────┬───────┘ │ ▼
7474
│ │ ┌───────────────────┐
@@ -93,9 +93,9 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
9393
│ chain: OUTPUT ├────┘ └──────────┬─────────┘
9494
└───────────────┘ │
9595
96-
╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
96+
╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
9797
┃ Network ┃
98-
━━━━━━━━━━━━━━━┛
98+
━━━━━━━━━━━━━━━┛
9999
```
100100

101101

0 commit comments

Comments
 (0)