From aaae8a84f660b1b50b0939eded46304daa241bb8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 31 Dec 2019 10:33:09 -0800 Subject: [PATCH] show warning when enabling email with cloudflare --- src/views/email.html | 5 +++++ src/views/email.js | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/views/email.html b/src/views/email.html index be0fd0ad5..a6f94b4a8 100644 --- a/src/views/email.html +++ b/src/views/email.html @@ -16,6 +16,11 @@
No DNS provider is setup. The DNS records listed in the Status tab have to be setup manually.
+
+ Please verify that Cloudflare proxying for {{ config.adminFqdn }} is disabled and set to DNS only. + This is required because Cloudflare does not proxy email.

+
+