aboutsummaryrefslogtreecommitdiff
path: root/etc/npf.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/npf.conf')
-rw-r--r--etc/npf.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/npf.conf b/etc/npf.conf
new file mode 100644
index 0000000..18289a5
--- /dev/null
+++ b/etc/npf.conf
@@ -0,0 +1,9 @@
+group default {
+ block in all
+ pass stateful on lo0 all
+ pass stateful out all
+ pass stateful in proto icmp all
+ pass stateful in from any to any port 22
+ pass stateful in from any to any port 80
+ pass stateful in from any to any port 443
+}