Is it possible to have regular-expression CNAME record in DNS?

Posted by Kaizoku on Server Fault See other posts from Server Fault or by Kaizoku
Published on 2010-04-19T02:39:26Z Indexed on 2010/04/19 10:13 UTC
Read the original article Hit count: 423

Filed under:
|
|
|
|

Is it possible to do something like this? Or any equivulent? in a DNS server.

([0-9]{2}).mydomain.com. IN CNAME www$1.other-domain.com.

© Server Fault or respective owner

Is it possible to have regular-expression CNAME record in DNS?

Posted by user271768 on Stack Overflow See other posts from Stack Overflow or by user271768
Published on 2010-04-19T02:39:26Z Indexed on 2010/04/19 2:43 UTC
Read the original article Hit count: 423

Filed under:
|
|
|
|

Is it possible to do something like this? Or any equivulent? in a DNS server.

([0-9]{2}).mydomain.com. IN CNAME www$1.other-domain.com.

© Stack Overflow or respective owner

Is it possible to have regular-expression CNAME record in DNS?

Posted by Kaizoku on Server Fault See other posts from Server Fault or by Kaizoku
Published on 2010-04-19T03:03:58Z Indexed on 2010/04/19 3:14 UTC
Read the original article Hit count: 423

Filed under:
|
|
|
|

Is it possible to do something like this? Or any equivulent? in a DNS server.

([0-9]{2})\.mydomain\.com\.     IN  CNAME   www$1.other-domain.com.

© Server Fault or respective owner

Related posts about dns

Related posts about server