Is there a way to make a new connection in a cloudflare tunnel without completely altering the tunnel configuration file?
In the working project, it is necessary to make sure that a subdomain in Cloudflare is created for each new user. That is, the user registers and after that his data is sent to my API written in NestJS and after that my api should send a request to create a subdomain. Everything is fine with the subdomain and its creation is more or less fine, but how can we make is visible to the world.
How can I create a new connection in a cloudflare tunnel without completely changing the tunnel configuration file?
In the working project, it is necessary to make sure that a subdomain in Cloudflare is created for each new user. That is, the user registers and after that his data is sent to my API written in NestJS and after that my api should send a request to create a subdomain. Everything is fine with the subdomain and its creation is more or less fine, but how to make this subdomain see the world.