0

I want to each url to be forwarded to in my localmachine. For example:

sub1.domain.com ---> http://localhost:1111
sub2.domain.com ---> http://localhost:2222
sub3.domain.com ---> http://localhost:3333

How do I add SRV records to achieve this? I tried bind9 documents and never got to figure out. Any help would be very appreciated!

Thanks!

1 Answers1

1

Sadly, HTTP clients no nothing about SRV records. You will need to use some sort of reverse proxy to accomplish this.

EEAA
  • 109,363
  • 18
  • 175
  • 245