I am trying to figure out a way to give IP:PORT/SOMEPATH
a DNS entry. For example we have multiple services as the URLs IP:PORT/APP1, IP:PORT/APP2
, etc. Can I use DNS to alias these any way?
It looks like A records are for just IP
, and SRV
records can be used for IP:PORT
: http://www.networksolutions.com/support/how-to-manage-advanced-dns-records/
Is this impossible with DNS? I guess the question is, can you alias any valid URL with some type of DNS record?
EDIT: this question is related but they specifically asked about CNAME records and I'm asking if there isany record type to achieve this: Can a CNAME DNS record point to a subdirectory