summaryrefslogtreecommitdiff
path: root/pkg/osx/bitmask.pf.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/osx/bitmask.pf.conf')
-rw-r--r--pkg/osx/bitmask.pf.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkg/osx/bitmask.pf.conf b/pkg/osx/bitmask.pf.conf
deleted file mode 100644
index eb0e858f..00000000
--- a/pkg/osx/bitmask.pf.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-default_device = "en99"
-
-set block-policy drop
-set skip on lo0
-
-# block all traffic on default device
-block out on $default_device all
-
-# allow traffic to gateways
-pass out on $default_device to <bitmask_gateways>
-
-# allow traffic to local networks over the default device
-pass out on $default_device to $default_device:network
-
-# block all DNS, except to the gateways
-block out proto udp to any port 53
-pass out proto udp to <bitmask_gateways> port 53