Closed 2easy closed 5 years ago
To be clear, you're reporting a mesos-dns bug whereby mesos-dns is erroneously compressing part of the DNS response that it returns to the client?
Looks like we need to bump a dependency, this appears to have patched a while ago: https://github.com/miekg/dns/commit/00b8eaaab9411e1ff61e5030ef7e58bed412ad2a
Yup, that's it.
Hi, with golang 1.11 I can't make it to resolve SRV records from mesos-dns. After some debugging I have discovered that golang does not allow for compressed SRV records (error message "compressed name in SRV resource data").
Related issue: https://github.com/golang/go/issues/27546