Custom domain not working

I’m trying to use a custom domain (e.pool.nyphp.com). However, it has been “verifying” for the past few days, and the domain does not work. This completely prevents me from using my website since repl.co is blacklisted by my proxy.
DNS propagation status:
image

DNS zone file:

$ORIGIN pool.nyphp.com.
@	3600	IN	SOA	ns41.cloudns.net. support.cloudns.net. 2023042601 7200 1800 1209600 3600
i	3600	IN	A	72.84.197.66
@	3600	IN	NS	ns41.cloudns.net.
@	3600	IN	NS	ns42.cloudns.net.
e	3600	IN	CNAME	2eef4b80-36ac-4f70-8b44-c36214a78aba.id.repl.co.
db	3600	IN	A	185.27.134.10

Make sure you add the TXT record listed in the domain linking process.

See https://docs.replit.com/hosting/custom-domains

From my understanding, that’s optional. I can’t add the TXT record because Cloudns says it conflicts with the existing CNAME record.

Yes, but If you add that (overwriting the CNAME), wait some time, then re-add the CNAME (overwriting the TXT), that may work, was having similar issues, and I think that may have fixes it.

Try using Cloudflare. It’s free and provides a ton of additional benefits as well as allowing both CNAME and TXT records.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.