Re: [Pdns-users] wildcard dns record behaviour

2012-11-13 Thread Peter van Dijk
Hello Emiel, On Nov 12, 2012, at 23:50 , Emiel van Berlo wrote: > What's the correct behaviour of wildcard dns records? > > I have this : > > *.domain.com A 1.1.1.1 > *.sub1.domain.com A 2.2.2.2 > *.sub2.domain.com A 3.3.3.3 > > When I ping sub1.domain.com I get the ip 1.1.1.1 > When I ping s

[Pdns-users] wildcard dns record behaviour

2012-11-12 Thread Emiel van Berlo
Hi, What's the correct behaviour of wildcard dns records? I have this : *.domain.com A 1.1.1.1 *.sub1.domain.com A 2.2.2.2 *.sub2.domain.com A 3.3.3.3 When I ping sub1.domain.com I get the ip 1.1.1.1 When I ping sub2.domain.com I get nothing. If I get the RFC right both should return nothing.