smalenfant commented on PR #7083: URL: https://github.com/apache/trafficcontrol/pull/7083#issuecomment-1367509728
I'm trying to test this now to see if this solves my NXDOMAIN issue. Could you add a specific test so I can understand what this tries to fix? For example, here's what I try: ``` dig @cdn1cdcrs0001.coxlab.net test.ece.cdn1.coxlab.net A +short 68.1.14.136 68.1.14.145 ``` then, on the AAAA record: ``` $ dig @cdn1cdcrs0001.coxlab.net test.ece.cdn1.coxlab.net AAAA ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.10 <<>> @cdn1cdcrs0001.coxlab.net test.ece.cdn1.coxlab.net AAAA ; (2 servers found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 52941 ;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; WARNING: recursion requested but not available ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
