[Dnsmasq-discuss] Forwarding UDP requests to TCP, some other concerns

2024-08-18 Thread Corey Minyard
I've been running with a setup with bind and the ISC DHCP server. It works, but there's one feature it cannot do that dnsmasq can, and I've been looking to simplify my configuration from all that complexity, anyway. I have dnsmasq mostly working, but I'm having one big problem. It seems that req

Re: [Dnsmasq-discuss] Forwarding UDP requests to TCP, some other concerns

2024-08-19 Thread Corey Minyard
On Mon, Aug 19, 2024 at 3:43 AM wrote: > > On Sun, 18 Aug 2024 23:25:02 -0500 > Corey Minyard wrote: > > > ... > > I have dnsmasq mostly working, but I'm having one big problem. It seems > > that requests received from UDP are only forwarded to UDP, they c

Re: [Dnsmasq-discuss] Forwarding UDP requests to TCP, some other concerns

2024-08-19 Thread Corey Minyard
On Mon, Aug 19, 2024 at 8:58 AM Buck Horn via Dnsmasq-discuss < dnsmasq-discuss@lists.thekelleys.org.uk> wrote: > On 19.08.24 06:25, Corey Minyard wrote: > > > I have dnsmasq mostly working, but I'm having one big problem. It seems > > that requests received from

Re: [Dnsmasq-discuss] Forwarding UDP requests to TCP, some other concerns

2024-08-19 Thread Corey Minyard
On Mon, Aug 19, 2024 at 10:33 AM Simon Kelley wrote: > > Are we talking about DNS-over-TCP or DNS-over-TLS (aka DoT)? The eventual goal is DNS over TLS, but I can do the TLS part separately. > > The reason that a UDP query is never forwarded over TCP is party > historical: The amount of state re

Re: [Dnsmasq-discuss] Forwarding UDP requests to TCP, some other concerns

2024-08-19 Thread Corey Minyard
On Mon, Aug 19, 2024 at 1:56 PM Buck Horn via Dnsmasq-discuss wrote: > > On 19.08.24 18:38, Corey Minyard wrote: > > On Mon, Aug 19, 2024 at 8:58 AM Buck Horn via Dnsmasq-discuss > wrote: >> >> It's not entirely clear from your description, but if your goal wou