Cloudflare DNS, custom DNS server error
-
I am using a custom DNS Server on a business plan with Cloudflare. I think because of this, adding the domain doesn't seem to work:
Domain nameservers are not set to Cloudflare
-
Oh, maybe you mean https://developers.cloudflare.com/dns/nameservers/custom-nameservers/zone-custom-nameservers/ i.e vanity name server names ? I thought you were hosting your DNS server locally.
@Joseph correct, it's a vanity name server hosted by Cloudflare. Is there a different way to check if Cloudflare is the NS for a domain instead of checking the domain ending of the name server?
-
@andreasdueren I think we have add a "vanity flag" across all providers for this.
Can you quickly test by commenting out this one line - https://git.cloudron.io/platform/box/-/blob/master/src/dns/cloudflare.js?ref_type=heads#L282 ? Then
systemctl restart box
. The integration should work if that check is skipped.