diff options
Diffstat (limited to 'man/coredns-clouddns.7')
-rw-r--r-- | man/coredns-clouddns.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/coredns-clouddns.7 b/man/coredns-clouddns.7 index 625af666a..c09af441e 100644 --- a/man/coredns-clouddns.7 +++ b/man/coredns-clouddns.7 @@ -1,5 +1,5 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "COREDNS-CLOUDDNS" 7 "August 2019" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-CLOUDDNS" 7 "September 2019" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP @@ -60,7 +60,7 @@ Enable clouddns with implicit GCP credentials and resolve CNAMEs via 10.0.0.1: .RS .nf -\&. { +example.org { clouddns example.org.:gcp\-example\-project:example\-zone forward . 10.0.0.1 } @@ -75,7 +75,7 @@ Enable clouddns with fallthrough: .RS .nf -\&. { +example.org { clouddns example.org.:gcp\-example\-project:example\-zone clouddns example.com.:gcp\-example\-project:example\-zone\-2 { fallthrough example.gov. } |