Re: [Dnsmasq-discuss] Slow resolving

2018-06-12 Thread Lars Noodén
On 06/12/2018 11:06 PM, Simon Kelley wrote: > On 17/05/18 04:33, Lars Noodén wrote: [snip] >> Thanks. By the way does dnsmasq have a Stripe, Patreon, or similar >> account? Nearly any non-Paypal thing would be nice. > > There's only a Paypal donation thing, sorry. What's the advantage of the >

Re: [Dnsmasq-discuss] Slow resolving

2018-06-12 Thread Simon Kelley
On 17/05/18 04:33, Lars Noodén wrote: > On 05/12/2018 01:47 AM, Simon Kelley wrote: >> On 10/05/18 18:47, Lars Noodén wrote: > [snip]>> As a work around until I get that sorted, what should I set in > the mean >>> time so that dnsmasq does not to forward any DNS queries? I would like >>> dnsmasq

[Dnsmasq-discuss] Different nameservers for two interfaces

2018-06-12 Thread Angelo Ranieri
Hello. I have this problem. I have two interfaces (eth0 and wlan0) and I want to use different nameservers for each interface. My dnsmasq versions is 2.71. In my configuration the first interface has in dhcp-option (6) the default gateway (192.168.193.1): all queries are internally resolved

Re: [Dnsmasq-discuss] [PATCH] dnsmasq.8: uniform formatting style for options

2018-06-12 Thread Simon Kelley
Great work. Patch applied. Many thanks. Simon. On 07/06/18 22:13, Peter Pöschl wrote: > Hi, > > The following patch on top of current master commit 090856c7e6 causes > consistent formatting for all options: > > * Always use the long option form, except when options are introduced. > > *

Re: [Dnsmasq-discuss] Fwd: [PATCH] Add GetServers call to DBus API

2018-06-12 Thread Simon Kelley
Happy to apply the patch in principle. However the patch as supplied has unrelated changes to do with using the session, rather than system, bus when in debug mode. If that's useful, could it become a separate patch, which also updates the man page for the -d option. If not could it be removed.

Re: [Dnsmasq-discuss] Dnsmasq stops caching for a while on receive of failed or retried lookup?

2018-06-12 Thread Simon Kelley
On 12/06/18 12:21, Mark Fermor, HolidayExtras.com wrote: > Hello, > > Running dnsmasq with these options: > /usr/sbin/dnsmasq -k --cache-size=50 --log-facility=- --user=nobody > --group=nobody --no-hosts --neg-ttl=60 --max-ttl=240 --max-cache-ttl=300 > > No local dnsmasq config file so that's

Re: [Dnsmasq-discuss] Reverse IPv6 domain issue

2018-06-12 Thread Simon Kelley
Tracing back through git, that seems to have been broken from birth. Patch applied. Many thanks. Simon. On 09/06/18 00:47, Paul Maddock wrote: > Hi, > > I think I've come across a bug with how the domain is determined for reverse > lookups for IPv6 addresses. Having set a domain config with

Re: [Dnsmasq-discuss] [ip/address association]

2018-06-12 Thread Simon Kelley
Can you explain exactly what you're trying to do? Simon. On 12/06/18 07:05, Michael Mill wrote: > Hi Simon, > > I am not entirely clear on this. Is there a specific variable which > contains the relevant IP/information? (In cache.c) > > Thanks, > Michael. > > On 11/06/2018 18:51, Simon Kelley

[Dnsmasq-discuss] Dnsmasq stops caching for a while on receive of failed or retried lookup?

2018-06-12 Thread Mark Fermor, HolidayExtras.com
Hello, Running dnsmasq with these options: /usr/sbin/dnsmasq -k --cache-size=50 --log-facility=- --user=nobody --group=nobody --no-hosts --neg-ttl=60 --max-ttl=240 --max-cache-ttl=300 No local dnsmasq config file so that's literally all the config other than defaults applied by dnsmasq dnsmasq

Re: [Dnsmasq-discuss] [ip/address association]

2018-06-12 Thread Michael Mill
Hi Simon, I am not entirely clear on this. Is there a specific variable which contains the relevant IP/information? (In cache.c) Thanks, Michael. On 11/06/2018 18:51, Simon Kelley wrote: daemon-namebuff is justa working variable. Look at the cache.c module for name->IP lookups. Simon.