better message

This commit is contained in:
Girish Ramakrishnan
2020-02-27 10:08:41 -08:00
parent 958f738820
commit 60f42e342b

View File

@@ -14,10 +14,11 @@
<br/>
<div ng-show="domain.provider === 'noop' || domain.provider === 'manual'">
No DNS provider is setup. The DNS records listed in the Status tab have to be setup manually.<br/>
No DNS provider is setup. The DNS records listed in the Status tab have to be setup manually.<br/><br/>
</div>
<div class="text-danger" ng-show="adminDomain.provider === 'cloudflare'">
Please verify that Cloudflare proxying for <code>{{ config.adminFqdn }}</code> is disabled and set to <code>DNS only</code>.
The domain <code>{{ config.adminDomain }}</code> is managed by Cloudflare.
Please verify that Cloudflare proxying is disabled for <code>{{ config.adminFqdn }}</code> and set to <code>DNS only</code>.
This is required because Cloudflare does not proxy email.<br/><br/>
</div>