Closed dinosaure closed 3 years ago
It's not strictly the second time when the DNS resolver fails but (at least) ~1 hour after the first request.
thanks. we were able to reproduce and fix in https://github.com/mirage/ocaml-dns/commit/ca0e1cfed25976191c02f8e1474a759b5c38b619
Thanks, I updated my unikernel with this version, we will see next time if our IRC bot still can push on GitHub :+1:.
I can confirm that the bug was fixed - my unikernel still is alive and can get the github.com
API the second time.
I relaunched a DNS resolver on my side and it seems that if we want to resolve
github.com
a second time, the resolver do a loop which never resolves the IP address. This is the full log of what happen when I dodig github.com @my_dns_resolver
:And it repeats the same log multiple times.