summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
blob: 11e997a2aa9bbf632bab783da9dab9ee6b867e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menu    "dnsmasq             "

config DNSMASQ
        bool
        prompt "dnsmasq"
	help
	  A small caching DNS proxy and DHCP server.
	  
 	  Dnsmasq is lightweight, easy to configure DNS forwarder 
	  and DHCP server. It is designed to provide DNS and, 
	  optionally, DHCP, to a small network. It can serve the 
	  names of local machines which are not in the global DNS. 
	  The DHCP server integrates with the DNS server and allows 
	  machines with DHCP-allocated addresses to appear in the DNS 
	  with names configured either in each host or in a central 
	  configuration file. Dnsmasq supports static and dynamic
 	  DHCP leases and BOOTP for network booting of diskless machines.


endmenu