go-mockdns
go-mockdns copied to clipboard
Fallback on real DNS
Hi, I'm using library for mocking some particular DNS records in test (because in real application real DNS records exist and don't exist in my laptop). But I stumble upon a problem that mockdns mocks ALL dns requests, though I'd like to have an option for mockserver to mock only ones I've specified and fallback to the usual DNS resolving for other lookups.
Patches welcome