shorewall_code/Shorewall/action.AllowMySQL

11 lines
430 B
Plaintext
Raw Normal View History

#
# Shorewall 2.0 /etc/shorewall/action.AllowMySQL
#
# This action accepts connections required by 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