Comment on Help! DNS A Records only ones getting filtered.
Bluesheep@lemmy.world 9 months agoThanks for the suggestion, I’ll grab a cap to check.
I’m running tcpdump -i any port 53. I can see the outbound request but not the reply. Will the cap show me anything more?
truthfultemporarily@feddit.org 9 months ago
Do
tcpdump host $serverinstead. Otherwise you will only see the request (the response goes to a different port).