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.
pull/48/head
Simon Bruder 2021-03-10 09:13:37 +01:00
parent d6bddf40c0
commit db54dfaed1
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

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