1
0
mirror of https://github.com/danog/dns.git synced 2025-01-23 05:51:11 +01:00
Niklas Keller 1a41089d84 Fix BasicResolver::resolve to break redirect loop
Previously we queried domains usually five times (max redirects). It didn't have much impact, because these records were usually cached and immediately returned again, but this resulted in the TTL always being NULL due to cached records being returned.
2017-09-12 17:08:38 +02:00
..