mirror of
https://github.com/coredns/coredns.git
synced 2025-12-04 09:25:13 -05:00
update doc to not use the root zone for everything (#3288)
Update all documentation in the tree to use example.org as an example configuration (in so far possible). As to get out of the just use "." and fallthrough and things would be fine. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -56,8 +56,8 @@ Load `org` domains from `/etc/coredns/zones/org` and allow transfers to the inte
|
||||
notifies to 10.240.1.1
|
||||
|
||||
~~~ corefile
|
||||
. {
|
||||
auto org {
|
||||
org {
|
||||
auto {
|
||||
directory /etc/coredns/zones/org
|
||||
transfer to *
|
||||
transfer to 10.240.1.1
|
||||
|
||||
Reference in New Issue
Block a user