shorewall_code/Shorewall/action.AllowMySQL

11 lines
397 B
Plaintext
Raw Normal View History

#
# Shorewall action.AllowMySQL
#
# This action accepts connections to the MySQL server.
#
################################################################################
#TARGET SOURCE DEST PROTO DEST SOURCE RATE
# PORT PORT(S) LIMIT
ACCEPT - - tcp 3306
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE