Re: [Dnsmasq-discuss] Method to get Dnsmasq serve address of a host from interface address

2023-03-13 Thread 0zl
Thank you Simon for the quick reply, I did indeed miss `interface-name` when skimming through the manual page and from the looks of it other users on this thread did too. My suggestion is to have interface-name and dynamic-host mention each other in the manual page and to modify the error

Re: [Dnsmasq-discuss] Method to get Dnsmasq serve address of a host from interface address

2023-03-13 Thread Simon Kelley
On 13/03/2023 17:01, Simon Kelley wrote: Thanks for the bug report, it's definitely not noise. The history of line 363 is interesting. When the dynamic-host option was added, it looked like if (netmask.s_addr == 0x) and stayed like that until October 2022 when it got changed to the

Re: [Dnsmasq-discuss] Method to get Dnsmasq serve address of a host from interface address

2023-03-13 Thread Simon Kelley
Thanks for the bug report, it's definitely not noise. The history of line 363 is interesting. When the dynamic-host option was added, it looked like if (netmask.s_addr == 0x) and stayed like that until October 2022 when it got changed to the current version if (netmask.s_addr ==

Re: [Dnsmasq-discuss] Method to get Dnsmasq serve address of a host from interface address

2023-03-13 Thread Eduardo Soares via Dnsmasq-discuss
Hi 0zl and everyone, I’m writing to add some more information about this issue and my personal use case that falls on the same problem. I have being using dnsmasq for a couple of years now, with Pi-Hole project. In the last year I started using tailscale as a VPN to connect directly to some

Re: [Dnsmasq-discuss] consider adding a `dnsmasq --no-read-or-load-any-config` feature?

2023-03-13 Thread Petr Menšík
It was proposed to change --conf-file= to have such effect. There were even patch posted to implement that. I think that would be more useful than current handling of empty value. On 3/4/23 22:22, Johnny Utahh wrote: Is this worth considering? Proposal: add a `dnsmasq