How can I read consul SRV records in my go application?
Try to use a more sharp tool such as the github.com/miekg/dns
package. Last time I looked at it, it allowed to control virtually every bit of the client-side setup to do DNS resolution.
Try to use a more sharp tool such as the github.com/miekg/dns
package. Last time I looked at it, it allowed to control virtually every bit of the client-side setup to do DNS resolution.