hmm, so if I have domain `foo.xyz` created fallback origin `fallback.foo.xyz` pointing at the dummy

hmm, so if I have domain foo.xyz
created fallback origin fallback.foo.xyz pointing at the dummy IP
then made a CNAME proxy.foo.xyz pointing at fallback.foo.xyz
then set up CNAME from foo.otherdomain.example pointing at proxy.foo.xyz and added foo.otherdomain.example as a custom hostname

would the workers route then look something like foo.otherdomain.example.com/*? can I match on that external domain?
Was this page helpful?