summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah <micah@riseup.net>2017-02-10 19:58:46 +0000
committerMicah <micah@riseup.net>2017-02-10 19:58:46 +0000
commit054ccc9e8ee0a03e98165ee44f113ce7ccf3bc5c (patch)
treea3effe5ee95ba858740d8d1b7e9c2f2e1007e0ff /templates
parentf560a426885f0982cae39495321222158a69e895 (diff)
parent50acce5dee1b76746f81d7c300913dd7d58021d4 (diff)
Merge branch '5.x' into 'master'
changes needed for 5.x See merge request !7
Diffstat (limited to 'templates')
-rw-r--r--templates/blrules.erb15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/blrules.erb b/templates/blrules.erb
new file mode 100644
index 0000000..4c9af79
--- /dev/null
+++ b/templates/blrules.erb
@@ -0,0 +1,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 -%>