diff options
| author | bookcorner <git@bookcorner.ge> | 2026-07-27 00:14:05 +0400 |
|---|---|---|
| committer | bookcorner <git@bookcorner.org> | 2026-07-27 00:14:05 +0400 |
| commit | 1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e (patch) | |
| tree | caf0948f2b5614db71c76a0ea4ffd9f5cc68b4e0 /etc/pf.conf | |
| parent | 778d9d98a81a368ccf03475310dd9b83e4526f28 (diff) | |
| download | infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.gz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.bz2 infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.lz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.xz infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.tar.zst infra-1a1b60b6ef37af8d4895be0b0a0cbffd0a84c88e.zip | |
Install MariaDB, PHP, Phoenix Cart
Diffstat (limited to 'etc/pf.conf')
| -rw-r--r-- | etc/pf.conf | 4 |
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 |
