Fixed pf.conf template to support OpenBSD 4.6.

This commit is contained in:
Timo Mkinen 2009-10-22 14:39:45 +03:00
parent df62aa4128
commit 399a6d950c

View file

@ -1,12 +1,9 @@
# options
set block-policy return
set skip on lo0
# scrub
scrub in all no-df
# filter rules
block all
match in all scrub (no-df)
block in all
pass out all
pass in quick inet proto icmp all
pass in quick inet6 proto icmp6 all
@ -18,5 +15,3 @@ pass in quick proto <%= rule[1] %><% if rule[3] %> from<%= rule[3] %><% end %> t
<% firewall_custom.each do |rule| -%>
<%= rule %>
<% end -%>
pass out quick all