generalize firewall hole

This commit is contained in:
Kiara Grouwstra 2025-08-04 18:01:08 +02:00
parent 232e9b05fc
commit cb1f78cd2a
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -210,7 +210,7 @@
443
];
# needed for podman to be able to talk over dns
interfaces."podman0" = {
interfaces."podman+" = {
allowedUDPPorts = [ 53 ];
allowedTCPPorts = [ 53 ];
};