ubuntu:bind:configure_bind9:caching_nameserver
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:bind:configure_bind9:caching_nameserver [2020/12/09 14:13] – created peter | ubuntu:bind:configure_bind9:caching_nameserver [2020/12/09 14:15] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - Bind - Configure Bind9 - Caching Nameserver ====== | ====== Ubuntu - Bind - Configure Bind9 - Caching Nameserver ====== | ||
+ | The default configuration acts as a caching server. | ||
+ | |||
+ | Simply uncomment and edit **/ | ||
+ | |||
+ | <code bash> | ||
+ | forwarders { | ||
+ | 1.2.3.4; | ||
+ | 5.6.7.8; | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | |||
+ | To enable the new configuration, | ||
+ | |||
+ | <code bash> | ||
+ | sudo systemctl restart bind9.service | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | See dig for information on testing a caching DNS server. |
ubuntu/bind/configure_bind9/caching_nameserver.1607523223.txt.gz · Last modified: 2020/12/09 14:13 by peter