mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
5 lines
214 B
INI
5 lines
214 B
INI
[mysqld]
|
|
# Restrict MariaDB to loopback only.
|
|
# UFW blocks port 3306 externally, but binding to 127.0.0.1 provides
|
|
# defense in depth — the socket never reaches the network stack at all.
|
|
bind-address = 127.0.0.1
|