BUG? Wildcard lookup masked by more specific record of alternative type

Terry Burton tez at terryburton.co.uk
Fri Feb 14 11:48:35 UTC 2014


Hi,

Is the following expected or is it a bug?


All the best,

Terry


; This wildcard allows the lookup of "test.domain A":
;
*.domain  IN  A  1.2.3.4
;
; This TLSA record breaks the lookup of "test.domain A":
;
_443._tcp.test.domain  IN  TLSA  1 0 1
83cfeec8dbe315e9f93e9ec87beda3619033876f1f96729c9939964961f6aa9c
;
; Workaround: Adding a specific record restores the lookup of "test.domain A":
;
;test.domain  IN  A  1.2.3.4


More information about the bind-users mailing list