Can ı use service url?

hi everyone , ı want to use service url dynamicly . does any solution way ? Whatever the user writes to the domain service will load this domain. forexample user curl google.localhost , service url must be google.com . if user call youtube.localhost service must call youtube.com.

That would mean that for every single request you want to have an individual target: I don’t think that’s possible.

Traefik has dynamic configuration, but that’s usually more related to targets used for multiple requests. Containers being created and destroyed.