From bd1624bef96a7564aaebed0fca1bea324ee6686a Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 11 Dec 2022 12:48:11 +0000 Subject: [PATCH] servo: un-firewall tcp port 53 to fix trust-dns over TCP --- hosts/servo/net.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/servo/net.nix b/hosts/servo/net.nix index f7f2224d3..c4e27d871 100644 --- a/hosts/servo/net.nix +++ b/hosts/servo/net.nix @@ -16,6 +16,7 @@ # TODO: split these into the submodules networking.firewall.allowedTCPPorts = [ 25 # SMTP + 53 # DNS 80 # HTTP 143 # IMAP 443 # HTTPS