Correct INLINE typos

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2018-07-02 16:56:57 -07:00
parent a42972644c
commit 5a599552f2
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -817,11 +817,11 @@ DNAT { source=net dest=loc:10.0.0.1 proto=tcp dport=80 mark=88 }</programlisting
<programlisting>#ACTION SOURCE DEST <programlisting>#ACTION SOURCE DEST
?COMMENT Drop DNS Amplification Attack Packets ?COMMENT Drop DNS Amplification Attack Packets
INLINE(DROP):info net $FW ; udp 53 ; -m u32 --u32 "0&gt;&gt;22&amp;0x3C\@8&amp;0xffff=0x0100 &amp;&amp; 0&gt;&gt;22&amp;0x3C\@12&amp;0xffff0000=0x00010000" INLINE(DROP):info net $FW udp 53 ;; -m u32 --u32 "0&gt;&gt;22&amp;0x3C\@8&amp;0xffff=0x0100 &amp;&amp; 0&gt;&gt;22&amp;0x3C\@12&amp;0xffff0000=0x00010000"
?COMMENT ?COMMENT
?COMMENT Rule generated by the IfEvent action ?COMMENT Rule generated by the IfEvent action
INLINE net $FW ; -m recent --rcheck 10 --hitcount 5 --name SSH -s 1.2.3.4 -j MARK --or-mark 0x4000 INLINE net $FW ;; -m recent --rcheck 10 --hitcount 5 --name SSH -s 1.2.3.4 -j MARK --or-mark 0x4000
?COMMENT</programlisting> ?COMMENT</programlisting>
</listitem> </listitem>
</varlistentry> </varlistentry>