From 54df2256b97526c24549bc16f909286fb3ab169f Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 12 Feb 2022 15:25:56 +0100 Subject: [PATCH] Allow DNS over TCP --- hosts/carbon/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 6cd4811..43584f6 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -255,6 +255,7 @@ }; networking.firewall.allowedUDPPorts = [ 53 60001 ]; + networking.firewall.allowedTCPPorts = [ 53 ]; networking.firewall.extraCommands = '' iptables -A FORWARD -i enp1s0.202 -o ppp-ntvdsl -j ACCEPT