feat: trust podman container net

This commit is contained in:
Lewis Wynne 2026-04-08 00:42:49 +01:00
parent 013d689835
commit 9e453bd1e0

View file

@ -23,6 +23,7 @@
local all all trust
host sameuser all 127.0.0.1/32 trust
host sameuser all ::1/128 trust
host sameuser all 10.0.0.0/8 trust
'';
};