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:
parent
491f3fc048
commit
16b45d21c6
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue