You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/dnsmasq/files
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
12 years ago
..
dhcp.conf dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves issues with Netflix and other services 14 years ago
dnsmasq.conf Add default /etc/dnsmasq.conf 15 years ago
dnsmasq.init package/dnsmasq: allow /etc/config/dhcp to specify --address arguments 12 years ago