Hello!
I have bound multiple SRV records to specific ports leading to a single A record sub-domain.
Depending on which service is actually running at the time, my client application reports connecting to the wrong port, when not specified in the Server Address manually.
My question:```yaml
What is the proper setup for different services to be hosted on alternate ports under the same target (sub)domain, to resolve to whichever service is currently running?