summaryrefslogtreecommitdiff
path: root/conf.d/ipfw
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-03 10:13:41 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-03 10:13:41 -0600
commit1267025fb76af18e31b2c7de16606abbb9b87ea3 (patch)
tree8cc3a36b1dd7e1438d05a293cae8eac572126a7c /conf.d/ipfw
parent30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff)
Diffstat (limited to 'conf.d/ipfw')
-rw-r--r--conf.d/ipfw14
1 files changed, 0 insertions, 14 deletions
diff --git a/conf.d/ipfw b/conf.d/ipfw
deleted file mode 100644
index b8c0005b..00000000
--- a/conf.d/ipfw
+++ /dev/null
@@ -1,14 +0,0 @@
-# ipfw provides a stateful firewall.
-# This means we allow everything out, and if we have a connection we allow it
-# back in. This is very flexable and quite secure.
-
-# For ease of use, we allow auth and ssh ports through as well.
-# To override the list of allowed ports
-#ipfw_ports_in="auth ssh"
-
-# You may want to enable logging of denied connections
-#ipfw_log_deny="YES"
-
-# This ports not logged
-#ipfw_ports_nolog="135-139,445 1026,1027 1433,1434"
-