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"; interface = "enp1s0";
}; };
firewall = { firewall = {
allowedUDPPorts = [ 53 ]; allowedUDPPorts = [
allowedTCPPorts = [ 53 ]; 53
443
];
allowedTCPPorts = [
53
80
443
];
}; };
}; };