forked from extern/shorewall_code
macro.TFTP: update macro header and description
Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
parent
aee6f9faa2
commit
a9e354cec8
@ -1,15 +1,11 @@
|
|||||||
#
|
#
|
||||||
# Shorewall - TFTP Macro
|
# Shorewall -- /usr/share/shorewall/macro.TFTP
|
||||||
#
|
#
|
||||||
# /usr/share/shorewall/macro.TFTP
|
# This macro handles Trivial File Transfer Protocol (TFTP)
|
||||||
#
|
# Because TFTP lacks all security you should not enable it over Internet.
|
||||||
# This macro handles Trivial File Transfer Protocol (TFTP)
|
|
||||||
# Because TFTP lacks all security you should not enable it over
|
|
||||||
# Internet.
|
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGIN RATE USER/
|
#ACTION SOURCE DEST PROTO DPORT SPORT ORIGDEST RATE USER
|
||||||
# PORT(S) PORT(S) DEST LIMIT GROUP
|
|
||||||
|
|
||||||
?if ( __CT_TARGET && ! $AUTOHELPERS && __TFTP_HELPER )
|
?if ( __CT_TARGET && ! $AUTOHELPERS && __TFTP_HELPER )
|
||||||
PARAM - - udp 69 { helper=tftp }
|
PARAM - - udp 69 { helper=tftp }
|
||||||
|
Loading…
Reference in New Issue
Block a user