mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04: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:
@@ -49,7 +49,7 @@ clouddns [ZONE:PROJECT_ID:HOSTED_ZONE_NAME...] {
|
||||
Enable clouddns with implicit GCP credentials and resolve CNAMEs via 10.0.0.1:
|
||||
|
||||
~~~ txt
|
||||
. {
|
||||
example.org {
|
||||
clouddns example.org.:gcp-example-project:example-zone
|
||||
forward . 10.0.0.1
|
||||
}
|
||||
@@ -58,7 +58,7 @@ Enable clouddns with implicit GCP credentials and resolve CNAMEs via 10.0.0.1:
|
||||
Enable clouddns with fallthrough:
|
||||
|
||||
~~~ txt
|
||||
. {
|
||||
example.org {
|
||||
clouddns example.org.:gcp-example-project:example-zone clouddns example.com.:gcp-example-project:example-zone-2 {
|
||||
fallthrough example.gov.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user