hmm, so if I have domain `foo.xyz` created fallback origin `fallback.foo.xyz` pointing at the dummy
hmm, so if I have domain
created fallback origin
then made a CNAME
then set up CNAME from
would the workers route then look something like
foo.xyzcreated fallback origin
fallback.foo.xyz pointing at the dummy IPthen made a CNAME
proxy.foo.xyz pointing at fallback.foo.xyzthen set up CNAME from
foo.otherdomain.example pointing at proxy.foo.xyz and added foo.otherdomain.example as a custom hostnamewould the workers route then look something like
foo.otherdomain.example.com/*? can I match on that external domain?

