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:
parent
d6bddf40c0
commit
db54dfaed1
|
@ -34,4 +34,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedUDPPorts = [ 53 67 ];
|
networking.firewall.allowedUDPPorts = [ 53 67 ];
|
||||||
|
networking.firewall.allowedTCPPorts = [ 53 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue