Thank you for the reply, to add a configuration I need an IPv4 or IPv6 ip, but I think a worker does not have an explicit ip, right?
I am not hosting a website yet, I just created a worker for which I want to use a subdomain (I followed this guide https://developers.cloudflare.com/workers/configuration/routing/custom-domains/).
Any suggestions?
For stuff like Workers, or other origin less hostnames, such as those host names you may use to redirect e.g. example.com to www.example.com, or vice versa, you should use the IPv6 Discard prefix.
For the apex (naked domain), it will be like this:
The IPv6 address “100::” is documented in various places.
Previously though, I’ve been under the impression that the documentation could have been be a bit more consistent regarding things like this, as multiple possible options were listed, in order to accomplish the same thing as here, which may be confusing for some.
So I wouldn’t necessarily put the blame on you alone, if you’re looking at it that way.
I just wanted to know if there is additional documentation about the topic so I can read it further for future needs, I would not want to ask too many questions that can be read in the docs.