注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Bind"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (Created page with "{{Ebuild |Summary=BIND - Berkeley Internet Name Domain - Name Server |CatPkg=net-dns/bind |Homepage=http://www.isc.org/software/bind }} {{PageNeedsUpdates}} {{EbuildFooter}}") |
Threesixes (talk | contribs) m |
||
Line 4: | Line 4: | ||
|Homepage=http://www.isc.org/software/bind | |Homepage=http://www.isc.org/software/bind | ||
}} | }} | ||
BIND is a DNS server. | |||
=== Installation === | |||
{{console|body=###i## emerge net-dns/bind}} | |||
=== Local Caching Only Server === | |||
{{console|body=###i## echo "dns_servers="127.0.0.1" >> /etc/conf.d/net}} | |||
{{file|name=/etc/resolv.conf|lang=|desc=set to listen to bind|body= | |||
nameserver 127.0.0.1 | |||
}} | |||
{{warning|still broken do not use this page yet, under construction}} | |||
{{PageNeedsUpdates}} | {{PageNeedsUpdates}} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 07:44, February 5, 2015
Bind
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.
BIND is a DNS server.
Installation
root # emerge net-dns/bind
Local Caching Only Server
root # echo "dns_servers="127.0.0.1" >> /etc/conf.d/net
/etc/resolv.conf
- set to listen to bindnameserver 127.0.0.1
Warning
still broken do not use this page yet, under construction