From a98637aa025e21c9b1cc46b44bc1f1493946cdc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lecorvaisier?= Date: Mon, 20 May 2019 22:38:58 -0400 Subject: [PATCH] docs(cloudflare): set ttl annotation for cloudflare proxied entries to 1 --- docs/tutorials/cloudflare.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/cloudflare.md b/docs/tutorials/cloudflare.md index e4c191690f..d1bce19e2e 100644 --- a/docs/tutorials/cloudflare.md +++ b/docs/tutorials/cloudflare.md @@ -165,6 +165,7 @@ of the DNS zone (e.g. 'www.example.com'). By setting the TTL annotation on the service, you have to pass a valid TTL, which must be 120 or above. This annotation is optional, if you won't set it, it will be 1 (automatic) which is 300. +For Cloudflare proxied entries, set the TTL annotation to 1 (automatic), or do not set it. ExternalDNS uses this annotation to determine what services should be registered with DNS. Removing the annotation will cause ExternalDNS to remove the corresponding DNS records.