summaryrefslogtreecommitdiff
path: root/templates/blrules.erb
blob: 4c9af7901d230939a8aaf0dea27519081bf5d8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Shorewall version 4.4 - Rule-based Blacklisting
#
# For information about entries in this file, type "man shorewall-blrules"
#
# Please see http://shorewall.net/blacklisting_support.htm for additional
# information.
#
###############################################################################
<% @whitelists.each do |value| -%>
WHITELIST       <%= value %>
<% end -%>
<% @drops.each do |value| -%>
REJECT <%= value %>
<% end -%>