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:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin