Jo-Philipp Wich ed98b1f41c 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>

SVN-Revision: 32624
2012-07-05 17:54:14 +00:00
..
2011-03-07 12:59:19 +00:00
2012-07-01 11:06:32 +00:00
2012-04-02 16:25:40 +00:00
2012-06-17 21:34:16 +00:00
2012-02-08 10:20:13 +00:00
2012-06-16 21:06:37 +00:00
2012-02-14 20:13:28 +00:00
2012-02-27 23:08:15 +00:00
2012-06-10 20:27:44 +00:00
2012-03-25 08:50:42 +00:00
2011-07-10 10:40:37 +00:00
2012-06-16 14:52:33 +00:00
2012-06-05 17:55:35 +00:00
2012-03-18 21:08:39 +00:00
2011-07-17 22:47:56 +00:00
2012-03-25 08:51:13 +00:00
2012-06-10 20:27:47 +00:00
2012-06-05 17:49:57 +00:00
2012-06-09 23:29:28 +00:00
2012-06-10 17:07:46 +00:00