Hi,
with dbus interface enabled, the config dnsmasq runs with is something like
dynamic.
is there a way to see its current dns config at some time during its
execution?
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://list
Hi,
I'm using dnsmasq only for dns (no dhcp), and I'd like to emulate
resolv.conf's search parameter, but right in dnsmasq.
For example, when i do `nslookup foo`, I'd like dnsmasq to try `foo`, then
`foo.bar`, and then `foo.baz`, but without the need to write `search bar
baz` in resolv.conf file.