feat(akhaten): allow TCP connexions to DNS

This commit is contained in:
Luj 2024-08-24 14:59:53 +02:00
parent 7a5aca3c05
commit 489c7b6966

View file

@ -57,4 +57,5 @@ in
};
networking.firewall.allowedUDPPorts = [ 53 ];
networking.firewall.allowedTCPPorts = [ 53 ];
}