ubuntu:bind:setup_bind9
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:bind:setup_bind9 [2020/05/11 17:48] – peter | ubuntu:bind:setup_bind9 [2020/11/28 11:07] (current) – [named.conf.options] peter | ||
---|---|---|---|
Line 198: | Line 198: | ||
// version statement - inhibited for security | // version statement - inhibited for security | ||
- | // (avoids hacking any known weaknesses)»· | + | // (avoids hacking any known weaknesses)· |
version " | version " | ||
Line 205: | Line 205: | ||
// ports to talk. See http:// | // ports to talk. See http:// | ||
- | // If your ISP provided one or more IP addresses for stable· | + | // If your ISP provided one or more IP addresses for stable |
- | // nameservers, | + | // nameservers, |
- | // Uncomment the following block, and insert the addresses | + | // Uncomment the following block, and insert the addresses |
// the all-0' | // the all-0' | ||
Line 215: | Line 215: | ||
forwarders { | forwarders { | ||
- | // Sure Public DNS | + | // Sure Public DNS. |
// | // | ||
// | // | ||
- | // Google Public DNS | + | // Google Public DNS. |
//8.8.8.8; | //8.8.8.8; | ||
//8.8.4.4; | //8.8.4.4; | ||
- | // OpenDNS | + | // OpenDNS. |
- | 208.67.222.222; | + | |
- | 208.67.220.220; | + | |
+ | |||
+ | // Pi-Hole. | ||
+ | 192.168.1.26; | ||
+ | 192.168.1.25; | ||
}; | }; | ||
ubuntu/bind/setup_bind9.1589219289.txt.gz · Last modified: 2020/07/15 09:30 (external edit)