shorewall_code/Shorewall/action.AllowPostgreSQL

11 lines
407 B
Plaintext
Raw Normal View History

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