This commit is contained in:
Raphaël Numbus
2026-02-27 17:39:45 +01:00
parent af86328ec1
commit 3558fc5d5c
+1 -1
View File
@@ -8,7 +8,7 @@
allowPing = true;
allowedTCPPorts = [ 53 80 443 ];
allowedUDPPorts = [ 53 443 ];
interfaces."podman*".allowedTCPPorts = [ 443 ];
interfaces."*".allowedTCPPorts = [ 443 ];
};
};
}