8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba5f33 commit f373300Copy full SHA for f373300
command/iptables.md
@@ -66,9 +66,9 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
66
- **LOG** :日志记录。
67
68
```bash
69
- ┎╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
+ ┏╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍┓
70
┌───────────────┐ ┃ Network ┃
71
- │ table: filter │ ┖━━━━━━━┳━━━━━━━┛
+ │ table: filter │ ┗━━━━━━━┳━━━━━━━┛
72
│ chain: INPUT │◀────┐ │
73
└───────┬───────┘ │ ▼
74
│ │ ┌───────────────────┐
@@ -93,9 +93,9 @@ iptables -t 表名 <-A/I/D/R> 规则链名 [规则号] <-i/o 网卡名> -p 协
93
│ chain: OUTPUT ├────┘ └──────────┬─────────┘
94
└───────────────┘ │
95
▼
96
97
┃ Network ┃
98
- ┖━━━━━━━━━━━━━━━┛
+ ┗━━━━━━━━━━━━━━━┛
99
```
100
101
0 commit comments