dnsmasq: Setting fixed order in DNS name resolution.

That fits better my setup; if anyone doesn't need this, we can write an option
for the fixed order queries.
This commit is contained in:
Lluís Batlle i Rossell 2012-10-01 23:16:12 +02:00
parent a392468245
commit c76fc27aff

View File

@ -49,7 +49,7 @@ in
daemonType = "daemon";
exec = "${dnsmasq}/bin/dnsmasq -R ${serversParam}";
exec = "${dnsmasq}/bin/dnsmasq -R ${serversParam} -o";
};
};