udp to tcp failover for dns queries to nameserver

2024-06-04 Thread Andrii Ustymenko
Dear list, According to RFC the maximum payload size for dns protocol with UDP transport is 512 bytes. If the response size is higher that number nameserver sends message with TRUNCATED flag. Most of dns clients after receiving such packet will retry dns query in tcp-mode. But it looks like h

Re: [PATCH 1/1] CI: FreeBSD: upgrade image, packages

2024-06-04 Thread William Lallemand
On Mon, Jun 03, 2024 at 08:16:04PM +0200, Ilia Shipitsin wrote: > FreeBSD-13.2 was removed from cirrus-ci, let's upgrade to 14.0, > also, pcre is EOL, let's switch to pcre2. lua is updated to 5.4 Merged, thanks! -- William Lallemand