diff options
author | nork <nork@FreeBSD.org> | 2004-03-22 08:34:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-03-22 08:34:31 +0800 |
commit | 349d6267e040691027397813e1059d0bf6ce7b1f (patch) | |
tree | 632a86887326e9928c08223195e2fd94ea3becd1 /dns/dnsmasq | |
parent | 686d672656d113751bacf37864b6b698bf1cc867 (diff) | |
download | freebsd-ports-gnome-349d6267e040691027397813e1059d0bf6ce7b1f.tar.gz freebsd-ports-gnome-349d6267e040691027397813e1059d0bf6ce7b1f.tar.zst freebsd-ports-gnome-349d6267e040691027397813e1059d0bf6ce7b1f.zip |
New description to include information about DHCP server features.
PR: ports/64554
Submitted by: Steven Honson <steven@honson.org> (maintainer)
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/pkg-descr | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dns/dnsmasq/pkg-descr b/dns/dnsmasq/pkg-descr index 5a231c410a9d..25b730f729ab 100644 --- a/dns/dnsmasq/pkg-descr +++ b/dns/dnsmasq/pkg-descr @@ -1,8 +1,13 @@ -Dnsmasq is a caching DNS forwarder designed to provide DNS service on a -small network. It is targeted at home networks using NAT and connected to -the internet via a modem, cable-modem or ADSL connection but would be a -good choice for any small network where low resource use and ease of -configuration are important. +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. + +Dnsmasq is targeted at home networks using NAT and connected to the internet via a modem, cable-modem +or ADSL connection but would be a good choice for any small network where low resource use and ease of +configuration are important. WWW: http://www.thekelleys.org.uk/dnsmasq/doc.html |