docs icon indicating copy to clipboard operation
docs copied to clipboard

Improvement: Cloudflare deploy production explanation

Open Thomvh opened this issue 3 years ago • 5 comments

Currently the default cloudflare deployment deploys everything as development with the environment variables editable using the worker UI and never an update.

Thomvh avatar Jul 31 '22 15:07 Thomvh

Docs are super out of date. Looking to fix docs over the coming weeks.

ignoramous avatar Jan 17 '23 20:01 ignoramous

Is there any way to secure the configuration screen ! as at the moment any one could change my dns configuration ?

hgareeballa avatar Mar 12 '24 11:03 hgareeballa

Is there any way to secure the configuration screen ! as at the moment any one could change my dns configuration?

No, they can't. The configuration (which looks like: https://max.rethinkdns.com/1:4P___________________________-D_) is already stored in the URL (specifically, the part that goes 1:4P___________________________-D_ is the configuration).

ignoramous avatar Mar 12 '24 14:03 ignoramous

i have deployed a serverless dns to cloudflare and i can access the /configuration url from any wr !

hgareeballa avatar Mar 12 '24 15:03 hgareeballa

i have deployed a serverless dns to cloudflare and i can access the /configuration url from any wr !

You mean, the domain is publicly accessible? You can setup auth, but typically, you don't have to worry about anyone hitting your URL endpoint if you don't advertise it anywhere. Workers today costs $1 per every 3 million to 5 million requests (that's worth ~20 devices worth of DNS queries).

If you still want auth, check the serverless-dns readme

ignoramous avatar Mar 12 '24 16:03 ignoramous