Any way to cascade dns.Cache with dns.ResolveMux
Opened this issue · 0 comments
ayanamist commented
I like to use dns.ResolveMux
to route different domain to different nameserver and with dns.Cache
enabled, but i can not find an ideal way to integrate both of them. Any idea to help? Thanks for wonderful library!