openwrtv3/package/network/services/dnsmasq
Hans Dedecker a50243ea1f dnsmasq: Support add-mac option
Adds the mac address of the DNS requestor to DNS queries which
are forwarded upstream and can be used to do filtering by the
upstream servers. This only works if the requestor is on the
same subnet as the dnsmasq server

The addmac parameter can hold the following values:
	0 : mac address is not added
	1 : mac address is added in binary format
	base64 : mac address is added base64 encoded
	text: : mac address is added in human readable format
		as hex and colons

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-11-08 11:17:10 +01:00
..
files dnsmasq: Support add-mac option 2016-11-08 11:17:10 +01:00
patches dnsmasq: Don't expose *.bind data incl version 2016-09-08 15:28:38 +02:00
Makefile dnsmasq: Support add-mac option 2016-11-08 11:17:10 +01:00