I'm trying to understand the use case of a SRV record in DNS.
This article enter link description here states that "The DNS "service" (SRV) record specifies a host and port for specific services". Does this mean that a SRV record can be used to direct HTTP traffic to a specific port without a reverse proxy?
For instance, if I had example.com:80 and www.example.com:8080 can I create a SRV record that points www to [IP]:8080?