]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
do EDNS over TCP/IP as well so we can actually get DNSSEC signatures. In 2016.
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 22 Jun 2016 14:38:37 +0000 (16:38 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 22 Jun 2016 14:38:37 +0000 (16:38 +0200)
pdns/lwres.cc

index 758296f8d01b7af12c7ad3cb4f4742cb61af5790..fa2ee83fdb337b083f8cbb8be8410bf90343a142 100644 (file)
@@ -79,7 +79,7 @@ int asyncresolve(const ComboAddress& ip, const DNSName& domain, int type, bool d
 
   string ping;
   bool weWantEDNSSubnet=false;
-  if(EDNS0Level && !doTCP) {
+  if(EDNS0Level) { 
     DNSPacketWriter::optvect_t opts;
     if(srcmask) {
       EDNSSubnetOpts eo;