vmohanty
vmohanty
Define a `validate` function for each of the input params and pass the params for validation
@LizIzhikevich that is because in the `--iterative` mode, the response is getting cached and hence the requests after the first all get back the cached response (with missing resolver). I...
This is how the output looks like Format of every record: ``` name_server: {name_server_ip, name_server_name}, ipv4_addresses: []string, ipv6_addresses: []string, status: zdns.Status ``` Running it for `zdns-testing`: ``` { "data": {...
Thanks for pointing out the bug. Here's the fix: https://github.com/zmap/zdns/pull/303
Fix for https://github.com/zmap/zdns/issues/300
Thanks! This worked.