diff options
author | mandree <mandree@FreeBSD.org> | 2011-02-16 23:56:30 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-02-16 23:56:30 +0800 |
commit | c82932d6f63cb477a87b907d868ee6fc1bd353db (patch) | |
tree | 46b4ccc4c6585b90827cd862c6a8d88f78c97681 /dns/dnsmasq | |
parent | caede4144f3e82c8f403d01a4a5c9fc9584d4a2d (diff) | |
download | freebsd-ports-gnome-c82932d6f63cb477a87b907d868ee6fc1bd353db.tar.gz freebsd-ports-gnome-c82932d6f63cb477a87b907d868ee6fc1bd353db.tar.zst freebsd-ports-gnome-c82932d6f63cb477a87b907d868ee6fc1bd353db.zip |
Update pkg-descr and add author attribution since it's a full quote.
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/pkg-descr | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/dns/dnsmasq/pkg-descr b/dns/dnsmasq/pkg-descr index 549353e208cc..ad791e101ed9 100644 --- a/dns/dnsmasq/pkg-descr +++ b/dns/dnsmasq/pkg-descr @@ -1,15 +1,14 @@ -Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP -server. It is designed to provide DNS and, optionally, DHCP and/or TFTP, -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 disk-less machines. +Dnsmasq is a 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/TFTP/PXE 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. +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 +smallish network (up to 1000 clients is known to work) where low resource use +and ease of configuration are important. -- Simon Kelley WWW: http://www.thekelleys.org.uk/dnsmasq/doc.html |