diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-02-12 22:16:02 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-02-12 22:16:02 +0000 |
commit | bf4989f25a58a0aa9380b0e0d96ffc6e381e709c (patch) | |
tree | 78c52170a783fe5ef0bd674bd40ad81db05cd3da /md | |
parent | f9add1a23b1061ebc3206a32206af388f2ec97ed (diff) | |
download | md-content-bf4989f25a58a0aa9380b0e0d96ffc6e381e709c.tar.gz md-content-bf4989f25a58a0aa9380b0e0d96ffc6e381e709c.zip |
removed from iptables notes unused header
Diffstat (limited to 'md')
-rw-r--r-- | md/writeup/using_iptables.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/md/writeup/using_iptables.md b/md/writeup/using_iptables.md index 3ba3337..a263bbb 100644 --- a/md/writeup/using_iptables.md +++ b/md/writeup/using_iptables.md @@ -302,8 +302,6 @@ there. Then there is possible to match specific connection state iptables -A INPUT -m state --state NEW -j DROP -s 86.159.18.180 ``` -### Connection state - ### Logging Log droppend packages |