mirror of
https://github.com/EmilHernvall/dnsguide.git
synced 2026-04-26 14:15:52 +03:00
[GH-ISSUE #17] [bug] netcat usage may be inproper for GNU's netcat in chaper 1. #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ClSlaid on GitHub (Jan 10, 2022).
Original GitHub issue: https://github.com/EmilHernvall/dnsguide/issues/17
I'm following your guide on my way to implementing my rust DNS server, but serval trials with your script on catching DNS querying packets lasted an empty
query-packet.txt.I'm using Arch Linux and my
netcatversion is GNU netcat 0.7.1. The proper way to catch the packet shall be as the following script, instead.You might be using other versions of
netcat, or the (GNU version)netcatitself had an update on its CLI. After all the script does not work on my environment, please take a look.