fuuko/dnsmasq: Allow DNS queries over TCP

Sharepoint manages to return enormous responses when querying for an
AAAA record.

$ dig sitename.sharepoint.com AAAA
;; Truncated, retrying in TCP mode.
This commit is contained in:
Simon Bruder 2021-03-10 09:13:37 +01:00
parent d6bddf40c0
commit db54dfaed1
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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