Correct a small whitespace nit within a programlisting element.
This commit is contained in:
parent
839d473bc2
commit
3768f1f848
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23068
1 changed files with 2 additions and 2 deletions
|
@ -5111,8 +5111,8 @@ ks="keep-state" # just too lazy to key this each time
|
|||
$cmd 00502 deny all from any to any frag
|
||||
$cmd 00501 deny tcp from any to any established
|
||||
$cmd 00600 allow tcp from any to any 80 out via $oif setup $ks
|
||||
$cmd 00610 allow tcp from any to $odns 53 out via $oif setup $ks
|
||||
$cmd 00611 allow udp from any to $odns 53 out via $oif $ks
|
||||
$cmd 00610 allow tcp from any to $odns 53 out via $oif setup $ks
|
||||
$cmd 00611 allow udp from any to $odns 53 out via $oif $ks
|
||||
################### End of example ipfw rules script ############</programlisting>
|
||||
|
||||
<para>That is all there is to it. The rules are not important
|
||||
|
|
Loading…
Reference in a new issue