feat(akhaten): allow TCP connexions to DNS

This commit is contained in:
Julien Malka 2024-08-24 14:59:53 +02:00
parent d802fc961f
commit 27031b0297
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

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