From 9f7da73c67e391e1797479f99a0578bde0fe2c0e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Dec 2023 14:15:00 -0600 Subject: move to go.wit.com/gui Signed-off-by: Jeff Carr --- examples/cloudflare/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cloudflare/api.go') 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. */ -- cgit v1.2.3