Re: [Dnsmasq-discuss] reducing DNS packet size for nameserver 127.0.0.1 to 1280

2022-01-04 Thread Justin
but the log only showed recently, after Dec 24th. this is weird. On Wed, Jan 5, 2022 at 01:51 Dominik Derigs wrote: > Hey Justin, > > On Tue, 2022-01-04 at 17:34 +0800, Justin wrote: > > Recently i see lots of logs in dnsmasq: > > reducing DNS packet size for nameserver 127.0.0.1 t

[Dnsmasq-discuss] priority of local= and ipset=

2022-01-03 Thread Justin
Hello i have settings in the order like this in dnsmasq.conf local=/google.com/1.1.1.1 local=/google.com/8.8.8.8 ipset=/google.com/one ipset=/google.com/two what is the behavior of dnsmasq? which nameserver will be uses to resolve google.com and which set name will the resolved ip of google.com

Re: [Dnsmasq-discuss] reducing DNS packet size for nameserver 127.0.0.1 to 1280

2022-01-04 Thread Justin
dnsmasq is run by systemd: /usr/bin/dnsmasq -C /etc/dnsmasq.conf On Tue, Jan 4, 2022 at 5:34 PM Justin wrote: > > Recently i see lots of logs in dnsmasq: > reducing DNS packet size for nameserver 127.0.0.1 to 1280 > almost one per minute > > my conf: > > pid-file=/var/run

Re: [Dnsmasq-discuss] priority of local= and ipset=

2022-01-04 Thread Justin
I just did some test. looks like the 'google.com' will be send to both 1.1.1.1 and 8.8.8.8. but the all the resolved ip address will only be added to ipset 'one' On Tue, Jan 4, 2022 at 2:20 PM Justin wrote: > > Hello > i have settings in the order like this in dnsmasq.conf > > lo

Re: [Dnsmasq-discuss] strict-order with no-resolv; multi ignore-address

2022-01-08 Thread Justin
and tries to favour servers that are known to be up. what on earth is the default behavior? On Sun, Jan 9, 2022 at 13:46 Justin wrote: > Hello > > I have 2 questions: > > 1) > > if no-resolv is set, will stric-order apply to > server=dns1 > server

[Dnsmasq-discuss] ipset add ipv6 address to ipv4 sets.

2022-01-08 Thread Justin
So. i have local=/google.com/8.8.8.8 ipset=/google.com/proxy when "curl google.com" dnsmasq log shows: ipset add proxy 142.250.217.142 google.com ipset add proxy 2607:f8b0:4007:818::200e google.com looks like dnsmasq does not check the SETNAME "proxy" is ipv4 or ipv6. so "ipset add proxy

Re: [Dnsmasq-discuss] priority of local= and ipset=

2022-01-07 Thread Justin
Thank you Simon. Hope `ipset=' gets the same treatment someday. On Fri, Jan 7, 2022 at 7:34 PM Simon Kelley wrote: > > > > On 07/01/2022 06:08, Justin wrote: > > thanks Simon > > > > another related question > > > > 1) > > > > if i hav

[Dnsmasq-discuss] strict-order with no-resolv; multi ignore-address

2022-01-08 Thread Justin
Hello I have 2 questions: 1) if no-resolv is set, will stric-order apply to server=dns1 server=dns2 ... on man page, it only mentions /etc/resolv.conf 2) can i have multiple ignore-address= ? -- Regards Justin He ___ Dnsmasq-discuss mailing

Re: [Dnsmasq-discuss] ipset add ipv6 address to ipv4 sets.

2022-01-10 Thread Justin
btw, i see the commits that there will be an option to filter , if that is released, please take the ipset= into account. thanks. On Mon, Jan 10, 2022 at 18:44 Justin wrote: > ok, i agree, if wrong family, at most, it is ignored by ipset. > > but, if ipset=/google.com/proxyv

Re: [Dnsmasq-discuss] ipset add ipv6 address to ipv4 sets.

2022-01-10 Thread Justin
ok, i agree, if wrong family, at most, it is ignored by ipset. but, if ipset=/google.com/proxyv4,proxyv6 then, likely dnsmasq will run ipset add at least 4 times ( twice for one ipv4 and twice for one ipv6) On Mon, Jan 10, 2022 at 06:14 Simon Kelley wrote: > On 09/01/2022 06:37, Jus

Re: [Dnsmasq-discuss] priority of local= and ipset=

2022-01-06 Thread Justin
t clearly it isn't. The advice is to stick to the documented way of > expressing those semantics, I guess. > > > Cheers, > Simon. > > > > On 04/01/2022 07:55, Justin wrote: > > I just did some test. looks like the 'google.com' will be send to both > > 1.1.1.1 and

[Dnsmasq-discuss] use-stale-cache may failed to refresh record from certain upstream

2023-04-30 Thread Justin
is macOS and the upstream is a DOH proxy, Linux does not have this issue. using a udp upstream like 1.1.1.1 does not have this issue either. hope you could take a look at the issue posted. -- Regards Justin He -- Regards Justin He ___ Dnsmasq-discuss

Re: [Dnsmasq-discuss] use-stale-cache may failed to refresh record from certain upstream

2023-05-01 Thread Justin
is a DoH/DoT proxy like adguard/dnsproxy On Mon, May 1, 2023 at 03:42 Justin wrote: > Hello devs > > in order to use DOH/DOT, a proxy upstream is configured, when dnsmasq > enables use-stale-cache, some upstream may return error when dnsmasq tries > to refresh the record from upstr

Re: [Dnsmasq-discuss] use-stale-cache may failed to refresh record from certain upstream

2023-05-02 Thread Justin
Cheers,Simon.* On Tue, May 2, 2023 at 15:01 Justin wrote: > Hello Simon > > *Reply your message * > > > > > > > > > > > > > > *Thanks for the report. I've just pushed a code change which improves > the checking of received packets to conform

Re: [Dnsmasq-discuss] use-stale-cache may failed to refresh record from certain upstream

2023-05-02 Thread Justin
nk you.* *On Tue, May 2, 2023 at 13:23 Justin > wrote:* > *it turns out, after sending stale cache to client (macOS), dnsmasq tries > to query upstream, but this time, it is sending malformed packet: * > > *Queries* > > *api.github.com <http://api.github.com>: type A, class IN

[Dnsmasq-discuss] typo in dnsmasq.8 man page

2023-05-02 Thread Justin
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=man/dnsmasq.8;h=30429dfa84457af04651269b785aa8a8141265de;hb=HEAD#l393 diff a comma-separated list or RR-types a comma-separated list of RR-types Regards Justin He ___ Dnsmasq-discuss mailing

Re: [Dnsmasq-discuss] typo in dnsmasq.8 man page

2023-05-02 Thread Justin
by the way, CHANGELOG does not mention --cache-rr ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] patch proposal: getent support for ethers

2009-06-26 Thread Justin McAteer
database integration into dnsmasq? Cheers, Justin McAteer On Thu, Jun 25, 2009 at 7:10 PM, richardvo...@gmail.comrichardvo...@gmail.com wrote: Many people have asked for a DHCP server with LDAP support, but nobody make that happen (at least, not with dynamic updates). I've implemented

Re: [Dnsmasq-discuss] dhcp-option 120, sip server, how?

2009-11-02 Thread Justin McAteer
I believe many clients also support the setting of more than one SIP server. I seem to recall testing this and having it work, but that's been a while back. Thank You, Justin McAteer On Sun, Nov 1, 2009 at 1:41 PM, Simon Kelley si...@thekelleys.org.uk wrote: H.S. wrote: Hello, How do I

Re: [Dnsmasq-discuss] dhcp-option 120, sip server, how?

2009-11-08 Thread Justin McAteer
HS, The phone will have to request option 120 from the server or DNSMasq will not send the option. Alternatively, you may use dhcp-option-force to have the server send the option whether the client requests it or not. Thank You, Justin McAteer On Fri, Nov 6, 2009 at 7:40 PM, H. S. hs.sa

Re: [Dnsmasq-discuss] dnsmasq service script mssing on RHEL 5.2

2010-04-14 Thread Justin McAteer
source tree. Also you would need to setup the service to be started on the correct runlevels with the command: chkconfig dnsmasq on Even if you are not installing from source, you should be able to copy this file from the source control server and install it just the same. Thanks, Justin On Wed

Re: [Dnsmasq-discuss] dnsmasq service script mssing on RHEL 5.2

2010-04-14 Thread Justin McAteer
with Pacemaker (think next generation Heartbeat) and it passed all of the LSB compliance requirements with flying colors. I have been very happy with this Init script. Thanks, Justin On Wed, Apr 14, 2010 at 11:39 AM, Justin McAteer justin.mcat...@gmail.comwrote: Kurt, I believe I may have run into your

Re: [Dnsmasq-discuss] dnsmasq service script mssing on RHEL 5.2

2010-04-14 Thread Justin McAteer
Forgot the attachment. Thanks, Justin On Wed, Apr 14, 2010 at 1:05 PM, Justin McAteer justin.mcat...@gmail.comwrote: Kurt, My mistake. It appears that the init script we are using is not part of the standard repository, but something we have added locally. As I recall, I found

[Dnsmasq-discuss] DHCP Query Rate Limiting

2010-04-28 Thread Justin McAteer
a repeatable scenario, but I am working on it; when I do I will file another bug report with the device vendor. Thanks, Justin McAteer

Re: [Dnsmasq-discuss] DHCP Query Rate Limiting

2010-04-28 Thread Justin McAteer
Thanks, I will try the 'log-async' option. Hopefully this will help mitigate the problem. Thanks, Justin On Wed, Apr 28, 2010 at 10:23 AM, Simon Kelley si...@thekelleys.org.uk wrote: Justin McAteer wrote: Simon, et al, I have a device with a DHCP client that will occasionally go insane. I

Re: [Dnsmasq-discuss] TTL override for clients?

2010-05-06 Thread Justin McAteer
this with web browsers, which versions. Also, have you had to make any changes related to the client OS or client browser configuration to support your custom TTL values? Thank You, Justin McAteer On Thu, May 6, 2010 at 3:15 AM, Fredrik Ringertz fredrik_ringe...@livewire-connections.com wrote: Hi Simon

Re: [Dnsmasq-discuss] File System Access by Dnsmasq

2010-08-08 Thread Justin McAteer
You can find all opened files by dnsmasq using the fd directory in the proc filesystem ls -la /proc/pid/fd or by using the command lsof Thanks, Justin McAteer On Sat, Aug 7, 2010 at 2:40 AM, Robert Pollai rap.nosp...@gmx.net wrote: Hi, I am running dnsmasq on a NAS from Synology

[Dnsmasq-discuss] Icon/logo for dnsmasq?

2010-10-15 Thread Justin Clift
someone has a decent one instead. (open to better ideas too btw. ;) Regards and best wishes, Justin Clift

Re: [Dnsmasq-discuss] Icon/logo for dnsmasq?

2010-10-19 Thread Justin Clift
On 10/16/2010 07:41 AM, Justin Clift wrote: snip http://wiki.libvirt.org/page/VirtualNetworking#DNS_.26_DHCP Forgot to mention, it was updated over the weekend with something more decent. If anyone ones the source graphics file, happy to share them. (they're in public git anyway) :

Re: [Dnsmasq-discuss] Icon/logo for dnsmasq?

2010-10-19 Thread Justin Clift
On 10/20/2010 07:54 AM, Jan Psota wrote: Justin Clift wrote about an icon for dnsmasq. Maybe it could look something like a sign of infinity? Sure, but I'm not a graphic designer. It was hard enough for me as it was to create that. :/ If you're offering though... :)

Re: [Dnsmasq-discuss] Icon/logo for dnsmasq?

2010-10-21 Thread Justin Clift
On 10/21/2010 07:29 AM, Simon Kelley wrote: Justin Clift wrote: On 10/16/2010 07:41 AM, Justin Clift wrote: snip http://wiki.libvirt.org/page/VirtualNetworking#DNS_.26_DHCP Forgot to mention, it was updated over the weekend with something more decent. If anyone ones the source graphics

[Dnsmasq-discuss] Broken FAQ link on Dnsmasq home page

2010-10-22 Thread Justin Clift
. Thinking that might be a recent change, as I'm pretty sure I've read a Dnsmasq FAQ on the site recently. Worth fixing though. :) Regards and best wishes, Justin Clift

Re: [Dnsmasq-discuss] Can one produce a list of IP's assigned by DHCP

2010-12-20 Thread Justin McAteer
For all of my installations, the list of current leases is stored at: /var/lib/misc/dnsmasq.leases Thank You, Justin McAteer On Mon, Dec 20, 2010 at 3:59 PM, Santiago Zarate santi...@zarate.net.ve wrote: if im not mistaken, you can pass a SIGUSR1 signal to the dnsmasq process... it should

[Dnsmasq-discuss] localdomain non-responsive without edns on ubuntu 14.04

2016-02-12 Thread Justin Karneges
domain +noedns ;; global options: +cmd ;; connection timed out; no servers could be reached This issue does not appear to be present in Ubuntu 15.10, which uses dnsmasq 2.75. Was this a bug in dnsmasq that was fixed? Or a configuration difference between th

Re: [Dnsmasq-discuss] localdomain non-responsive without edns on ubuntu 14.04

2016-02-13 Thread Justin Karneges
wrote: > I'm running 14.04 and just tried that experiment. I can't see any > difference in behaviour. In each case the query gets passed on to the > upstream nameserver, so I guess that the effect might originate there. > > > > > Cheers, > > Simon > > On 12/02/16

Re: [Dnsmasq-discuss] [PATCH] log requests that aren't configured to be forwarded

2017-07-19 Thread Justin Grudzien
I made a small update to the patch where it adds the IP address in the log message. This will identify the server making the request for the domain that is not configured to forward. Justin On Mon, Jul 17, 2017 at 1:44 PM, Justin Grudzien <jgrudz...@journera.com> wrote: > We ar

Re: [Dnsmasq-discuss] [PATCH] log requests that aren't configured to be forwarded

2017-07-19 Thread Justin Grudzien
I made a small mistake in the patch. Here is the fix! Justin On Wed, Jul 19, 2017 at 3:32 PM, Justin Grudzien <jgrudz...@journera.com> wrote: > I made a small update to the patch where it adds the IP address in the log > message. This will identify the server making the request fo

Re: [Dnsmasq-discuss] dnsmasq logging of rejected domains.

2017-07-05 Thread Justin Grudzien
I am seeing lots of love on this forum and before I start digging into the source code does anyone have any knowledge on this issue? -J On Tue, Jun 20, 2017 at 2:22 PM, Justin Grudzien <jgrudz...@journera.com> wrote: > I am running dnsmasq and whitelisting domains which are a

Re: [Dnsmasq-discuss] dnsmasqd crash

2017-06-20 Thread Justin Jose
is occured from forward_query at round line number 500. I am not sure the reason for the NULL arguments here. Regards Justin From: Dnsmasq-discuss <dnsmasq-discuss-boun...@lists.thekelleys.org.uk> on behalf of Kevin Darbyshire-Brya

[Dnsmasq-discuss] dnsmasq logging of rejected domains.

2017-06-20 Thread Justin Grudzien
I am running dnsmasq and whitelisting domains which are acceptable for lookup. I noticed that when someone does a lookup for a domain not in the whitelist it logs a message saying it received the query request but it never logs that the request was rejected or not in the whitelist. Is there a way

[Dnsmasq-discuss] dnsmasqd crash

2017-06-18 Thread Justin Jose
???Hi, I got a couple of dnsmasqd crash and on investigating I found the crash is due to accessing a NULL pointer. I have a fix for this problem and attached with this mail. Would you have any suggestion for this fix? Thanks Justin CR-57199: Fix dnsmasqd crash From: Justin Jose

Re: [Dnsmasq-discuss] [PATCH] log requests that aren't configured to be forwarded

2017-09-25 Thread Justin Grudzien
it considered. Justin On Wed, Jul 19, 2017 at 3:57 PM, Justin Grudzien <jgrudz...@journera.com> wrote: > I made a small mistake in the patch. Here is the fix! > > Justin > > > On Wed, Jul 19, 2017 at 3:32 PM, Justin Grudzien <jgrudz...@journera.com> > wrote: > >>

[Dnsmasq-discuss] Can't get tags to apply with dhcp-circuitid

2023-02-09 Thread Justin Ellison
oing wrong here? -- Justin ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss