Will subdomain forwarding be supported by this new feature?
I’m currently hosting a custom service worker through Firebase, and they also allow subdomain redirects via DNS A records.
I need to do this because at the time I couldn’t find a solution that allowed me to use a custom domain with a single canister entry point.
See here for details on that:
This feature of Firebase allows me to redirect https://git.codebase.org to https://w7uni-tiaaa-aaaam-qaydq-cai.raw.ic0.app
This means people can do:
git clone https://git.codebase.org/@paul/hello-world.git
I believe this works because Firebase has the certificate. At first I tried this using a CNAME but ran into TLS issues and my domain name got flagged for phishing.