This commit is contained in:
2025-11-24 22:35:38 +00:00
parent b9882c8c8c
commit cae0c10362

View File

@@ -199,8 +199,15 @@ in
interface = "enp1s0";
};
firewall = {
allowedUDPPorts = [ 53 ];
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [
53
443
];
allowedTCPPorts = [
53
80
443
];
};
};