summaryrefslogtreecommitdiff
path: root/examples/cloudflare/api.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-20 14:15:00 -0600
committerJeff Carr <[email protected]>2023-12-20 14:15:00 -0600
commit9f7da73c67e391e1797479f99a0578bde0fe2c0e (patch)
treee635091058c4fd6da949e6ccbd1291fa3c929cb3 /examples/cloudflare/api.go
parent85b9a036c289fe840e69e1852866f429b87cf63e (diff)
move to go.wit.com/guiv0.9.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'examples/cloudflare/api.go')
-rw-r--r--examples/cloudflare/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cloudflare/api.go b/examples/cloudflare/api.go
index 9522b07..c65fbde 100644
--- a/examples/cloudflare/api.go
+++ b/examples/cloudflare/api.go
@@ -80,7 +80,7 @@ func getZonefile(c *configT) *DNSRecords {
This will talk to the cloudflare API and generate a resource record in the zonefile:
For example:
- gitea.wit.com. 3600 IN CNAME git.wit.org.
+ gitea.wit.com. 3600 IN CNAME git.wit.com.
go.wit.com. 3600 IN A 1.1.1.9
test.wit.com. 3600 IN NS ns1.wit.com.
*/