-1

I'm trying to set a A records to this domain: *.mydomain.com A 1.1.1.1 That will be different from this sub-domain: *.*.mydomain A 2.2.2.2

But it's not working for me. And I always get the first IP when I ping it. We're using AWS route 53 DNS

Thanks

Noamway
  • 133
  • 2
  • 8

1 Answers1

1

DNS wildcards are discussed in RFCs 1034 and 4592. While neither document explicitly calls out the case of multiple wildcards, most interpretations seem to conclude that multiple wildcards are not permitted.

Beyond that, you'll have to ask AWS Route 53 for clarification of how they choose to interpret DNS wildcards.

Doug Deden
  • 1,796
  • 6
  • 10