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
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
ful bug report.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
ank 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
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
nt 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-di
orrect network of 192.168.2.0/23 to the client. Can anyone
see what I'm doing wrong here?
-- Justin
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss
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
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
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 2607:f
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=dns
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
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
learly 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
> &g
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.
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
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/masq.pid
user=dnsmasq
keep-in-foreground
no-negcache
no-resolv
domain-needed
no-poll
dns-forward-max=1000
cache-size=1000
min-cache-ttl=3600
port=53
s
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 dnsma
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 b
considered.
Justin
On Wed, Jul 19, 2017 at 3:57 PM, Justin Grudzien
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
> wrote:
>
>> I made a small update to the patch where it adds the IP
I made a small mistake in the patch. Here is the fix!
Justin
On Wed, Jul 19, 2017 at 3:32 PM, Justin Grudzien
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 for the domain
> that is not c
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
wrote:
> We are running DNSMasq to whitelist doma
would love this to be added to the main codebase. It is a simple change
and will allow others to track non-whitelisted domains.
Justin
add-logging-for-non-forwarded-domains.patch
Description: Binary data
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss
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
wrote:
> I am running dnsmasq and whitelisting domains which are acceptable for
> lookup. I noticed tha
he current server's domain.
Thanks
Justin
From: Dnsmasq-discuss on
behalf of Simon Kelley
Sent: Monday, 26 June 2017 8:49 a.m.
To: dnsmasq-discuss@lists.thekelleys.org.uk
Subject: Re: [Dnsmasq-discuss] dnsmasqd crash
Can you reproduce the crash? W
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 on
behalf of Kevin Darbyshire-Bryant
Sent: Monday, 19 June 2017 8:56 p.m.
To: dnsmasq-discuss
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 t
???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
The
; 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 17
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
Thanks Vladislav. That solved my problem!
But I'm a little confused as to why... Isn't dnsmasq (running on the
router) responsible for processing all DNS queries on the local
network? Or is this a "modified" version of dnsmasq?
Thanks again.
Justin.
On 19 July 2015 at 22:59,
(fake domain name):
WAN UP
===
justin@juka:~$ nslookup myhost1
Server: 127.0.1.1
Address: 127.0.1.1#53
Name: myhost1
Address: 192.168.30.3
WAN DOWN
==
justin@juka:~$ nslookup myhost1
Server: 127.0.1.1
Address: 127.0.1.1#53
Name: myhost1.mydomain.com
Address: 10.0.0.1
My dnsmasq.conf
requests in question.
We did this to overcome limitations with a specific client; your
mileage may vary.
Thank You,
Justin McAteer
On Wed, Mar 16, 2011 at 2:46 PM, Helmut Hullen wrote:
> Hallo, Frank,
>
> Du meintest am 16.03.11:
>
>> In my subnet there is an bare meta
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 wrote:
> if im not mistaken, you can pass a SIGUSR1 signal to the dnsmasq
> process... it should send what
e FAQ
word is broken.
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
On 10/21/2010 07:29 AM, Simon Kelley wrote:
Justin Clift wrote:
On 10/16/2010 07:41 AM, Justin Clift wrote:
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
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... :)
On 10/16/2010 07:41 AM, Justin Clift wrote:
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) :>
CP
Hoping someone has a decent one instead. (open to better ideas
too btw. ;>)
Regards and best wishes,
Justin Clift
You can find all opened files by dnsmasq using the fd directory in the
proc filesystem
ls -la /proc//fd
or by using the command
lsof
Thanks,
Justin McAteer
On Sat, Aug 7, 2010 at 2:40 AM, Robert Pollai wrote:
> Hi,
>
> I am running dnsmasq on a NAS from Synology. The NAS puts
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
wrote:
> Hi Simon,
>
> Yes you are right, I did
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 wrote:
> Justin McAteer wrote:
>> Simon, et al,
>>
>> I have a device with a DHCP client that will occasi
27;t exactly
pinpointed 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
Forgot the attachment.
Thanks,
Justin
On Wed, Apr 14, 2010 at 1:05 PM, Justin McAteer wrote:
> 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 this in an
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
wrote:
> Kurt,
>
> I believe I may have run into your problem befor
he DNSMasq 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
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. wrote
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 wrote:
> H.S. wrote:
>> Hello,
>>
>
database integration into dnsmasq?
Cheers,
Justin McAteer
On Thu, Jun 25, 2009 at 7:10 PM,
richardvo...@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 implem
-mask 255.255.0.0;
option domain-name-servers 10.0.1.251;
option bootfile-name
"INI=ftp://AudcMp11x:AudcMp11x@10.0.1.251/Audc_CAMA_4FXS.ini";;
option dhcp-parameter-request-list 1,3,6,51,67;
}
}
Cheers,
Justin McAteer
50 matches
Mail list logo