Re: [Dnsmasq-discuss] Implementation of DOH in dnsmasq

2018-06-14 Thread Kurt H Maier
On Thu, Jun 14, 2018 at 09:38:42PM +0200, Mateusz Jończyk wrote: > > How difficult would it be to add support to DNS over HTTP/2.0 in dnsmasq, for > example in constrained environments like home routers? > This should be handled with a wrapper program. HTTP/2.0 is an enormous and ill-defined sp

[Dnsmasq-discuss] Implementation of DOH in dnsmasq

2018-06-14 Thread Mateusz Jończyk
// I am writing to dnsmasq developers to ask them about viability of // implementing HTTP/2 in dnsmasq. Hello, As You may know, IETF is developing a new standard called DOH - DNS over HTTPS. It will allow tunelling DNS requests over HTTPS. Current version of the standard can be found on

Re: [Dnsmasq-discuss] Working on read-only drive

2018-06-14 Thread Jan Juráň
Yeah, I was hoping there would be something like this option. And I was trying to google it, but obviously wasn't successfull with that man page. Thanks! I have also tried to make a symlink to /home and that works as well. Dne 14.06.2018 v 10:26 Lindgren Fredrik napsal(a): dnsmasq has comman

[Dnsmasq-discuss] Non-monotonic serial number in log-queries=extra

2018-06-14 Thread Dominik DL6ER
Dear Simon, I use "--log-queries=extra". I noticed that when sending queries over TCP, that the serial number (daemon->log_id) of the queries jump by 100, e.g. Jun 14 17:38:40 dnsmasq[30831]: 4 10.8.0.2/36989 query[A] google.de from 10.8.0.2 Jun 14 17:38:40 dnsmasq[30831]: 4 10.8.0.2/36989 forwar

[Dnsmasq-discuss] dnsmaq responds with DHCPNACK

2018-06-14 Thread Budai Laszlo
Hello, we have an openstack install that uses dnsmasq for dhcp functionality. we have 2 ndsmasq processes running for each network (on different openstack network nodes). From time to time I can see DHCPNACK sent by one of the servers when a client is trying to renew its lease. On the client l

Re: [Dnsmasq-discuss] Working on read-only drive

2018-06-14 Thread Lindgren Fredrik
dnsmasq has command line option: -l, --dhcp-leasefile= or in config file: dhcp-leasefile=/var/lib/misc/dnsmasq.leases if you want more details try "man dnsmasq" or example config file provided (at least on ubuntu) /Fredrik Från: Dnsmasq-discuss för Geert S

Re: [Dnsmasq-discuss] Working on read-only drive

2018-06-14 Thread Geert Stappers
On Wed, Jun 13, 2018 at 08:51:01PM -0400, Weedy wrote: > On Wed, Jun 13, 2018 at 10:34:08PM +0200, Jan Jurá?? wrote: > > > > I have Raspberry Pi 3 with minimal raspbian image based on jessie > > and I use it as access point. > > > > The thing is that I made / read-only to prevent any possible > >