Comment on Help! DNS A Records only ones getting filtered.
Bluesheep@lemmy.world 1 week 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 1 week ago
Do
tcpdump host $server
instead. Otherwise you will only see the request (the response goes to a different port).