masaori335 opened a new issue #7319: URL: https://github.com/apache/trafficserver/issues/7319
On investigation of #7315, I found that SplitDNS is not working at master & 9.0.x with the same configs which I used for 8.1.x. Debug log says the splitdns fallback to default dns resolver. ``` [Nov 13 16:18:29.545] [ET_NET 11] DEBUG: <SplitDNS.cc:186 (getDNSRecord)> (splitdns) Called SplitDNS::getDNSRecord(example.com) [Nov 13 16:18:29.545] [ET_NET 11] DEBUG: <SplitDNS.cc:200 (getDNSRecord)> (splitdns) Fail to match a valid splitdns rule, fallback to default dns resolver ``` It looks like `SplitDNS::findServer()` always returns `DNS_SRVR_UNDEFINED`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
