I am trying to understand why massdns it isn't giving any output to stdout.
I run the same exact command in one server and it runs correctly, but running it in another server gives no outout to stdout (I think it is because the version of massdns).
I can't get massdns to print me servfail results.
echo servfail-domain.com | massdns -r google -s 2000 --flush -o J -c 5 2> /dev/null gives no output, while in my other server I get a json containing the servfail domain.
{"name":...
edit: Just confirmed that it is because it was an old version of massdns. I was able to reproduce by getting the executable to the new vps, the last version of massdns won't output anythng. Any idea why it isn't working anymore in newest versions?
I am trying to understand why massdns it isn't giving any output to stdout.
I run the same exact command in one server and it runs correctly, but running it in another server gives no outout to stdout (I think it is because the version of massdns).
I can't get massdns to print me servfail results.
echo servfail-domain.com | massdns -r google -s 2000 --flush -o J -c 5 2> /dev/nullgives no output, while in my other server I get a json containing the servfail domain.{"name":...edit: Just confirmed that it is because it was an old version of massdns. I was able to reproduce by getting the executable to the new vps, the last version of massdns won't output anythng. Any idea why it isn't working anymore in newest versions?