mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-08 13:09:21 +01:00
18 lines
575 B
Plaintext
18 lines
575 B
Plaintext
|
#
|
||
|
# Shorewall version 4 - Policy File
|
||
|
#
|
||
|
# For information about entries in this file, type "man shorewall-policy"
|
||
|
#
|
||
|
# The manpage is also online at
|
||
|
# http://www.shorewall.net/manpages/shorewall-policy.html
|
||
|
#
|
||
|
###############################################################################
|
||
|
#SOURCE DEST POLICY LOG LIMIT: CONNLIMIT:
|
||
|
# LEVEL BURST MASK
|
||
|
dock all ACCEPT
|
||
|
# on a server you would obviously want to accept
|
||
|
net dock DROP
|
||
|
net all DROP
|
||
|
fw net ACCEPT
|
||
|
fw dock ACCEPT
|