package/dnsmasq: allow /etc/config/dhcp to specify --address arguments
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 5 Jul 2012 17:54:14 +0000 (17:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 5 Jul 2012 17:54:14 +0000 (17:54 +0000)
commitcfe8557f62a5b89fc7e517275df72ca261b23adc
tree7a2587357a2681bb7870b3bff04112b2f6790c58
parent2660f6d8df9f7285aa404950459a8d4562f6727d
package/dnsmasq: allow /etc/config/dhcp to specify --address arguments

Add a config list to the 'config dnsmasq' section to specify fixed DNS
addresses.

For example:

  config dnsmasq:
[snip]
list address '/example.com/192.168.0.1'

will result in the argument '-A /example.com/192.168.0.1' to the dnsmasq
options. This configures dnsmasq to return the specified IP for any
queries to '*.example.com' names.

Useful for overriding lookups to a range of DNS names.

[jow: "append args" -> "xappend", "-A" -> "--address"]

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32624 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/dnsmasq/files/dnsmasq.init