summaryrefslogtreecommitdiff
path: root/etc/pf.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pf.conf')
-rw-r--r--etc/pf.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/pf.conf b/etc/pf.conf
index ecf2183..869d4ca 100644
--- a/etc/pf.conf
+++ b/etc/pf.conf
@@ -12,3 +12,7 @@ block return in on ! lo0 proto tcp to port 6000:6010
# Port build user does not need network
block return out log proto {tcp udp} user _pbuild
+
+# MariaDB
+pass in quick on lo0 proto tcp from 127.0.0.1 to any port 3306
+block in proto tcp to any port 3306