Difference between revisions of "Package:Dnsmasq"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{Ebuild |Summary=Small forwarding DNS server |CatPkg=net-dns/dnsmasq |Homepage=http://www.thekelleys.org.uk/dnsmasq/ }} {{PageNeedsUpdates}} {{EbuildFooter}}")
 
m
Line 4: Line 4:
|Homepage=http://www.thekelleys.org.uk/dnsmasq/
|Homepage=http://www.thekelleys.org.uk/dnsmasq/
}}
}}
Dnsmasq is a dns cache, dhcp, and pxe server.  This package is lightweight, and will work well for individual computers, or small lans.
=== Installation ===
{{console|body=###i## emerge net-dns/dnsmasq}}
=== Configuration ===
{{c|/etc/dnsmasq.conf}} is where most of dnsmasq's configuration is done.  It's file is well commented, and ready for several scenarios.
=== Runtime ===
{{console|body=###i## rc-update add dnsmasq default
###i## rc}}
{{PageNeedsUpdates}}
{{PageNeedsUpdates}}
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 21:57, February 4, 2015

Dnsmasq

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Dnsmasq is a dns cache, dhcp, and pxe server. This package is lightweight, and will work well for individual computers, or small lans.

Installation

root # emerge net-dns/dnsmasq

Configuration

/etc/dnsmasq.conf is where most of dnsmasq's configuration is done. It's file is well commented, and ready for several scenarios.

Runtime

root # rc-update add dnsmasq default
root # rc