From faab4a3f7340b804c464077e68a0643c7cb44119 Mon Sep 17 00:00:00 2001 From: Nic <123965403+ngayerie@users.noreply.github.com> Date: Mon, 19 May 2025 10:07:26 +0200 Subject: [PATCH 1/3] [LB] Update dns-load-balancing-definition.mdx --- .../partials/load-balancing/dns-load-balancing-definition.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/partials/load-balancing/dns-load-balancing-definition.mdx b/src/content/partials/load-balancing/dns-load-balancing-definition.mdx index 0f9081e1dd4d3ae..ebb6d6015a0eb93 100644 --- a/src/content/partials/load-balancing/dns-load-balancing-definition.mdx +++ b/src/content/partials/load-balancing/dns-load-balancing-definition.mdx @@ -10,3 +10,7 @@ When a client visits your application, Cloudflare provides the address for a hea Cloudflare performs DNS-only load balancing when traffic to your hostname is **not proxied** through Cloudflare. In the **Load Balancing** dashboard, these load balancers are marked with a gray cloud. ![DNS-only load balancers are marked with a gray cloud](~/assets/images/load-balancing/dns-only-load-balancer.png) + +```note +Please note that if a load balancer endpoint is a [proxied (orange-cloud)](/dns/proxy-status/) CNAME record on Cloudflare, the IP returned for it would be Cloudflare's and a HTTP request sent to it would be proxied accordingly. +``` From 7dfbc969014c28b68f21c6ad97c9de320b7a225f Mon Sep 17 00:00:00 2001 From: Nic <123965403+ngayerie@users.noreply.github.com> Date: Mon, 19 May 2025 14:20:54 +0200 Subject: [PATCH 2/3] Update dns-load-balancing-definition.mdx --- .../load-balancing/dns-load-balancing-definition.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/partials/load-balancing/dns-load-balancing-definition.mdx b/src/content/partials/load-balancing/dns-load-balancing-definition.mdx index ebb6d6015a0eb93..1806569c7774f6f 100644 --- a/src/content/partials/load-balancing/dns-load-balancing-definition.mdx +++ b/src/content/partials/load-balancing/dns-load-balancing-definition.mdx @@ -11,6 +11,6 @@ Cloudflare performs DNS-only load balancing when traffic to your hostname is **n ![DNS-only load balancers are marked with a gray cloud](~/assets/images/load-balancing/dns-only-load-balancer.png) -```note -Please note that if a load balancer endpoint is a [proxied (orange-cloud)](/dns/proxy-status/) CNAME record on Cloudflare, the IP returned for it would be Cloudflare's and a HTTP request sent to it would be proxied accordingly. -``` +:::note +Please note that if a load balancer endpoint is a [proxied (orange-cloud)](/dns/proxy-status/) CNAME record on Cloudflare, the IP returned for it would be Cloudflare's and a HTTP request sent to it would be proxied accordingly. +::: From c9239212033cbd1ebc7ac4688fc501ce68249e15 Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:45:32 +0100 Subject: [PATCH 3/3] Update src/content/partials/load-balancing/dns-load-balancing-definition.mdx --- .../partials/load-balancing/dns-load-balancing-definition.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/load-balancing/dns-load-balancing-definition.mdx b/src/content/partials/load-balancing/dns-load-balancing-definition.mdx index 1806569c7774f6f..85d6c2a3775c9cf 100644 --- a/src/content/partials/load-balancing/dns-load-balancing-definition.mdx +++ b/src/content/partials/load-balancing/dns-load-balancing-definition.mdx @@ -12,5 +12,5 @@ Cloudflare performs DNS-only load balancing when traffic to your hostname is **n ![DNS-only load balancers are marked with a gray cloud](~/assets/images/load-balancing/dns-only-load-balancer.png) :::note -Please note that if a load balancer endpoint is a [proxied (orange-cloud)](/dns/proxy-status/) CNAME record on Cloudflare, the IP returned for it would be Cloudflare's and a HTTP request sent to it would be proxied accordingly. +Note that if a load balancer endpoint is a [proxied (orange-cloud)](/dns/proxy-status/) CNAME record on Cloudflare, the IP returned for it would be Cloudflare's and a HTTP request sent to it would be proxied accordingly. :::