commit | 65ce3f5ee4f010c2fba1126d2315629eacb6568e | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Mon Sep 05 08:38:57 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 12 20:01:40 2016 +0200 |
tree | 7ec2ab43bdc1d6d64ca78d3ce38177783fa6dc82 | |
parent | c1ce5f358e5d3c435a875a6f5520d3bf146337c0 [diff] |
MINOR: dns: query type change when last record is a CNAME DNS servers don't return A or AAAA record if the query points to a CNAME not resolving to the right type. We know it because the last record of the response is a CNAME. We can trigger a new query, switching to a new query type, handled by the layer above.