Re: [Dnsmasq-discuss] Doing a split zone config

2021-03-29 Thread Dirk Fieldhouse
On 29/03/2021 15:19, Roland Giesler wrote: ...> I only want to overwrite the A record and want the other records to be resolved from the public DNS. I'm quite surprised that there haven't been many requests for this before, since it's such a logical function imho. Isn't

Re: [Dnsmasq-discuss] Announce: dnsmasq-2.84 - sort and semantic versioning

2021-02-01 Thread Dirk Fieldhouse
On 01/02/2021 23:55, Simon Kelley wrote: > I just committed another tweak, to get eg v2.65test1 and v2.65test11 in the correct order. Maybe the missing description of 2.84 could be added to CHANGELOG and the resulting commit, exceptionally, re-tagged as 2.84? Wouldn't this also avoid

[Dnsmasq-discuss] Potentially unused variables in dnsmasq.c

2021-01-30 Thread Dirk Fieldhouse
The trivial patch below, against 2.84, removes "unused variable" warnings when building with -DNO_DHCP. /df --- a/src/dnsmasq.c +++ b/src/dnsmasq.c @@ -55,8 +55,10 @@ int main (int argc, char **argv) int need_cap_net_admin = 0; int need_cap_net_raw = 0; int need_cap_net_bind_service =

[Dnsmasq-discuss] dnsmasq config in set-top box

2020-12-29 Thread Dirk Fieldhouse
In an ageing set-top box, the supplier has configured this dnsmasq as a caching DNS proxy: # /usr/bin/dnsmasq --version Dnsmasq version 2.56 Copyright (c) 2000-2011 Simon Kelley Compile time options IPv6 GNU-getopt no-DBus no-I18N no-DHCP TFTP ... First of all I'll point out, in case it's of