dnsmasq: add option --quiet-dhcp

The --quiet-dhcp setting increases privacy by omitting DHCP lease logs including MAC addresses.

Signed-off-by: Lars Kruse <devel@sumpfralle.de>

SVN-Revision: 44006
This commit is contained in:
John Crispin 2015-01-17 14:38:55 +00:00
parent 491f3fc048
commit 16b45d21c6
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ dnsmasq() {
append_bool "$cfg" fqdn "--dhcp-fqdn"
append_bool "$cfg" proxydnssec "--proxy-dnssec"
append_bool "$cfg" localservice "--local-service"
append_bool "$cfg" quietdhcp "--quiet-dhcp"
append_parm "$cfg" dhcpscript "--dhcp-script"
append_parm "$cfg" cachesize "--cache-size"