mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 16:43:21 +01:00
a9373d727b
Signed-off-by: Tom Eastep <teastep@shorewall.net>
21 lines
812 B
Plaintext
21 lines
812 B
Plaintext
#
|
|
# Shorewall - Sample Stoppedrules File for three-interface configuration.
|
|
# Copyright (C) 2012-2017 by the Shorewall Team
|
|
#
|
|
# This library is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
# License as published by the Free Software Foundation; either
|
|
# version 2.1 of the License, or (at your option) any later version.
|
|
#
|
|
# See the file README.txt for further details.
|
|
#------------------------------------------------------------------------------
|
|
# For information about entries in this file, type "man shorewall-stoppedrules"
|
|
###############################################################################
|
|
#ACTION SOURCE DEST PROTO DEST SOURCE
|
|
# PORT(S) PORT(S)
|
|
ACCEPT LOC_IF -
|
|
ACCEPT - LOC_IF
|
|
ACCEPT DMZ_IF -
|
|
ACCEPT - DMZ_IF
|
|
|