Skip to content

Commit 729d8f1

Browse files
committed
add resolving DNS conflict section
1 parent ecf9772 commit 729d8f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

advanced/subpath/cloudflare.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,10 @@ async function handleRequest(request) {
7979

8080
Select `Deploy` and wait for the changes to propagate (it can take up to a few
8181
hours).
82+
83+
## Resolving DNS conflicts
84+
85+
If your domain already points to another service, you will see an error about an existing DNS record. Your Cloudflare Worker must be configured to control all traffic for your domain.
86+
87+
1. Delete the existing DNS record for your domain. See [Delete DNS records](https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/#delete-dns-records) in the Cloudflare documentation for more information.
88+
2. Return to your Worker and add your custom domain.

0 commit comments

Comments
 (0)