質問編集履歴
1
誤記酒精 --t**o**p-flags を --t**c**p-flags
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
```bash
|
4
4
|
|
5
|
-
iptables -A INPUT -p tcp --t
|
5
|
+
iptables -A INPUT -p tcp --tcp-flags RST RST -J DROP
|
6
6
|
|
7
7
|
```
|
8
8
|
|